diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2009-04-24 23:04:02 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@novell.com> | 2009-04-24 23:07:33 +0800 |
commit | 72bfac68b3af9d421069fdaf8c7968bc337d8353 (patch) | |
tree | 2dc83987843e1f8df0c9dadc80c28dedf66af00f /configure.in | |
parent | 501da8aa29d496ef765a3afb5ac1b3fc1361c7e2 (diff) | |
download | gsoc2013-evolution-72bfac68b3af9d421069fdaf8c7968bc337d8353.tar.gz gsoc2013-evolution-72bfac68b3af9d421069fdaf8c7968bc337d8353.tar.zst gsoc2013-evolution-72bfac68b3af9d421069fdaf8c7968bc337d8353.zip |
Updated version numbers preparing for 2.27.1 release
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 34fdc6f324..f01aeaa932 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ AC_PREREQ(2.52) m4_define([evo_major_version], [2]) -m4_define([evo_minor_version], [26]) +m4_define([evo_minor_version], [27]) m4_define([evo_micro_version], [1]) m4_define([evo_version], [evo_major_version.evo_minor_version.evo_micro_version]) @@ -75,7 +75,7 @@ dnl This is for api/versioning tracking for things like bonobo .server files dnl dnl This should always be the major/minor of the stable version or stable version to be dnl ************************************************************************************************* -BASE_VERSION=2.26 +BASE_VERSION=2.28 AC_SUBST(BASE_VERSION) AC_DEFINE_UNQUOTED(BASE_VERSION, "$BASE_VERSION", [Base version (Major.Minor)]) |