diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2009-07-15 19:24:50 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2009-07-15 19:24:50 +0800 |
commit | 5cc01f17a337d125257a8dc3e248a4ae6b66ac92 (patch) | |
tree | 829e6a98bf44df2484ed18f30657a70f5d12567c | |
parent | 7b3f6d38e5f72d6eb34fc1ffbb4cac979b2ea62e (diff) | |
download | gsoc2013-evolution-5cc01f17a337d125257a8dc3e248a4ae6b66ac92.tar.gz gsoc2013-evolution-5cc01f17a337d125257a8dc3e248a4ae6b66ac92.tar.zst gsoc2013-evolution-5cc01f17a337d125257a8dc3e248a4ae6b66ac92.zip |
Post release version bump.EVOLUTION_2_27_4
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1f9f6585c9..ba8fda5338 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Evolution Versions m4_define([evo_major_version], [2]) m4_define([evo_minor_version], [27]) -m4_define([evo_micro_version], [4]) +m4_define([evo_micro_version], [5]) m4_define([evo_version], [evo_major_version.evo_minor_version.evo_micro_version]) m4_define([evo_stable_version], @@ -20,7 +20,7 @@ m4_define([upgrade_revision], [0]) # Autoconf / Automake Initialization AC_PREREQ(2.58) -AC_INIT([evolution],[evo_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution]) +AC_INIT([evolution],[evo_version.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution]) AM_INIT_AUTOMAKE([gnu 1.9]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(README) |