aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-09-25 06:19:58 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-26 18:56:06 +0800
commitdf37b6205c8aff78cb8ccb8b9170ca2d193024c7 (patch)
tree20fbc63bc115bc5e6d52f591716f7305d2953842 /configure.ac
parent3de914d6fdfdf458753f581ddf9f8ea3aff5aada (diff)
downloadgsoc2013-evolution-df37b6205c8aff78cb8ccb8b9170ca2d193024c7.tar
gsoc2013-evolution-df37b6205c8aff78cb8ccb8b9170ca2d193024c7.tar.gz
gsoc2013-evolution-df37b6205c8aff78cb8ccb8b9170ca2d193024c7.tar.bz2
gsoc2013-evolution-df37b6205c8aff78cb8ccb8b9170ca2d193024c7.tar.lz
gsoc2013-evolution-df37b6205c8aff78cb8ccb8b9170ca2d193024c7.tar.xz
gsoc2013-evolution-df37b6205c8aff78cb8ccb8b9170ca2d193024c7.tar.zst
gsoc2013-evolution-df37b6205c8aff78cb8ccb8b9170ca2d193024c7.zip
Post-release version bump.
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 593b14f1e2..ac19503fc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Evolution Versions
m4_define([evo_major_version], [3])
-m4_define([evo_minor_version], [2])
-m4_define([evo_micro_version], [0])
+m4_define([evo_minor_version], [3])
+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=3.2
-m4_define([base_version], [3.2])
+BASE_VERSION=3.4
+m4_define([base_version], [3.4])
dnl Upgrade Revision: This is for triggering migration calls between
dnl varying versions. Reset to 0 whenever BASE_VERSION changes.