aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-10-03 22:14:27 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-04 01:29:20 +0800
commitc9c3c3be92f3dbf133a5b1b42fb55905a1060d0e (patch)
treef99aff75645f305ee8388848f2c6c6cb2faae39d /configure.ac
parent03d82a917daa142afb2715d09f07cbc6e88679d0 (diff)
downloadgsoc2013-evolution-c9c3c3be92f3dbf133a5b1b42fb55905a1060d0e.tar
gsoc2013-evolution-c9c3c3be92f3dbf133a5b1b42fb55905a1060d0e.tar.gz
gsoc2013-evolution-c9c3c3be92f3dbf133a5b1b42fb55905a1060d0e.tar.bz2
gsoc2013-evolution-c9c3c3be92f3dbf133a5b1b42fb55905a1060d0e.tar.lz
gsoc2013-evolution-c9c3c3be92f3dbf133a5b1b42fb55905a1060d0e.tar.xz
gsoc2013-evolution-c9c3c3be92f3dbf133a5b1b42fb55905a1060d0e.tar.zst
gsoc2013-evolution-c9c3c3be92f3dbf133a5b1b42fb55905a1060d0e.zip
Change version to 2.91.0.
In accordance with http://live.gnome.org/TwoPointNinetyone.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index fcb65e9860..8d9d239190 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], [33])
-m4_define([evo_micro_version], [1])
+m4_define([evo_minor_version], [91])
+m4_define([evo_micro_version], [0])
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.34
-m4_define([base_version], [2.34])
+BASE_VERSION=2.92
+m4_define([base_version], [2.92])
dnl Upgrade Revision: This is for triggering migration calls between
dnl varying versions. Reset to 0 whenever BASE_VERSION changes.