aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-07-29 01:42:35 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-07-29 01:42:35 +0800
commitc0ce9e2f20b10ddd8c4a15c7cfabc73493353667 (patch)
treeb0b5948beeb710fa3fda763dc94eed3d33d540f8 /configure.ac
parent432c2796c9a56b9cab8471a372d621ca87bf6835 (diff)
downloadgsoc2013-evolution-c0ce9e2f20b10ddd8c4a15c7cfabc73493353667.tar
gsoc2013-evolution-c0ce9e2f20b10ddd8c4a15c7cfabc73493353667.tar.gz
gsoc2013-evolution-c0ce9e2f20b10ddd8c4a15c7cfabc73493353667.tar.bz2
gsoc2013-evolution-c0ce9e2f20b10ddd8c4a15c7cfabc73493353667.tar.lz
gsoc2013-evolution-c0ce9e2f20b10ddd8c4a15c7cfabc73493353667.tar.xz
gsoc2013-evolution-c0ce9e2f20b10ddd8c4a15c7cfabc73493353667.tar.zst
gsoc2013-evolution-c0ce9e2f20b10ddd8c4a15c7cfabc73493353667.zip
Reset BASE_VERSION to 2.32.
In light of today's announcement that GNOME 3.0 is delayed again, the September 2010 release will be called Evolution 2.32. http://www.gnome.org/press/releases/2010-07-gnome-3.0-rescheduled.html
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7566ba93a4..283e7589c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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=3.0
-m4_define([base_version], [3.0])
+BASE_VERSION=2.32
+m4_define([base_version], [2.32])
dnl Upgrade Revision: This is for triggering migration calls between
dnl varying versions. Reset to 0 whenever BASE_VERSION changes.