diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-07-03 01:27:06 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-07-03 02:19:33 +0800 |
commit | 6cda29281f23dbf2ceff713a40c08415266d3c98 (patch) | |
tree | 5abc96c1995c2130a258ecfed82531b36bde15fb /configure.ac | |
parent | 34eeda37d39f37fc88fa93dd7a890424fbcf6d3d (diff) | |
download | gsoc2013-evolution-6cda29281f23dbf2ceff713a40c08415266d3c98.tar.gz gsoc2013-evolution-6cda29281f23dbf2ceff713a40c08415266d3c98.tar.zst gsoc2013-evolution-6cda29281f23dbf2ceff713a40c08415266d3c98.zip |
Record the actual Evolution version after migration.
Not the next stable version. If migration needs to occur multiple times
during a development cycle for different reasons, we'll need an accurate
last-used-version stamp.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e61ee5807d..41ea4c3dab 100644 --- a/configure.ac +++ b/configure.ac @@ -130,6 +130,10 @@ fi AC_SUBST([BASE_VERSION], [base_version]) AC_DEFINE_UNQUOTED(BASE_VERSION, ["$BASE_VERSION"], [Base version (Major.Minor)]) +AC_SUBST([EVO_MAJOR_VERSION], [evo_major_version]) +AC_SUBST([EVO_MINOR_VERSION], [evo_minor_version]) +AC_SUBST([EVO_MICRO_VERSION], [evo_micro_version]) + AC_PROG_CC AC_C_INLINE AC_PROG_CPP @@ -1487,6 +1491,7 @@ libemail-engine/Makefile libemail-engine/libemail-engine.pc libgnomecanvas/Makefile shell/Makefile +shell/evo-version.h shell/evolution-nognome shell/test/Makefile ui/Makefile |