diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2009-08-12 23:18:30 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2009-08-12 23:18:30 +0800 |
commit | 8960d405e8025ecf8d4b446a2da321a7a212e972 (patch) | |
tree | 7fbd8b754dc98bd9cc569b7d6da1db247f7b07b7 /configure.ac | |
parent | 43e778216f73296fa17862e8e41e834a0e6074fa (diff) | |
download | gsoc2013-evolution-8960d405e8025ecf8d4b446a2da321a7a212e972.tar gsoc2013-evolution-8960d405e8025ecf8d4b446a2da321a7a212e972.tar.gz gsoc2013-evolution-8960d405e8025ecf8d4b446a2da321a7a212e972.tar.bz2 gsoc2013-evolution-8960d405e8025ecf8d4b446a2da321a7a212e972.tar.lz gsoc2013-evolution-8960d405e8025ecf8d4b446a2da321a7a212e972.tar.xz gsoc2013-evolution-8960d405e8025ecf8d4b446a2da321a7a212e972.tar.zst gsoc2013-evolution-8960d405e8025ecf8d4b446a2da321a7a212e972.zip |
Updated the version to 2.29.1 and base version to 2.30.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 398a356999..607ceb01ae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Evolution Versions m4_define([evo_major_version], [2]) -m4_define([evo_minor_version], [27]) -m4_define([evo_micro_version], [91]) +m4_define([evo_minor_version], [29]) +m4_define([evo_micro_version], [1]) m4_define([evo_version], [evo_major_version.evo_minor_version.evo_micro_version]) m4_define([evo_stable_version], @@ -13,8 +13,8 @@ dnl Base Version: This is for API/version tracking for things like dnl Bonobo server files. This should always be the major/minor of dnl the stable version or stable version to be. Note, this is set dnl the way it is so that GETTEXT_PACKAGE will be parsed correctly. -BASE_VERSION=2.28 -m4_define([base_version], [2.28]) +BASE_VERSION=2.30 +m4_define([base_version], [2.30]) dnl Upgrade Revision: This is for triggering migration calls between dnl varying versions. Reset to 0 whenever BASE_VERSION changes. |