aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-03-06 01:41:40 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-03-06 01:41:40 +0800
commit7130c5017e54bb355636164731f105749eac4eed (patch)
treeef7e3b9177908c527e7cd480861776ee341225b1
parentc6fd77460f5baf88528f5da2ffb99e86a2885ff0 (diff)
downloadgsoc2013-evolution-7130c5017e54bb355636164731f105749eac4eed.tar
gsoc2013-evolution-7130c5017e54bb355636164731f105749eac4eed.tar.gz
gsoc2013-evolution-7130c5017e54bb355636164731f105749eac4eed.tar.bz2
gsoc2013-evolution-7130c5017e54bb355636164731f105749eac4eed.tar.lz
gsoc2013-evolution-7130c5017e54bb355636164731f105749eac4eed.tar.xz
gsoc2013-evolution-7130c5017e54bb355636164731f105749eac4eed.tar.zst
gsoc2013-evolution-7130c5017e54bb355636164731f105749eac4eed.zip
Bump BASE_VERSION to 3.0.
Looks like GNOME 3.0 might actually happen this cycle.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 393be3ecea..9a2c81bb27 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=2.92
-m4_define([base_version], [2.92])
+BASE_VERSION=3.0
+m4_define([base_version], [3.0])
dnl Upgrade Revision: This is for triggering migration calls between
dnl varying versions. Reset to 0 whenever BASE_VERSION changes.