aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-03-26 11:52:27 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-03-26 11:52:27 +0800
commit80ff4c8e3d660bcba1a6c98084ab321b34327ed7 (patch)
tree1bab40ca5d8f6be2c182a3716ad9ff650e7816bb /configure.ac
parent616274f33f6d8c8439b72fb2371a749610e9f1a1 (diff)
downloadgsoc2013-evolution-80ff4c8e3d660bcba1a6c98084ab321b34327ed7.tar
gsoc2013-evolution-80ff4c8e3d660bcba1a6c98084ab321b34327ed7.tar.gz
gsoc2013-evolution-80ff4c8e3d660bcba1a6c98084ab321b34327ed7.tar.bz2
gsoc2013-evolution-80ff4c8e3d660bcba1a6c98084ab321b34327ed7.tar.lz
gsoc2013-evolution-80ff4c8e3d660bcba1a6c98084ab321b34327ed7.tar.xz
gsoc2013-evolution-80ff4c8e3d660bcba1a6c98084ab321b34327ed7.tar.zst
gsoc2013-evolution-80ff4c8e3d660bcba1a6c98084ab321b34327ed7.zip
Bump base version to 3.6.
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 f0c9f0fa4c..5ae8633dd7 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.4
-m4_define([base_version], [3.4])
+BASE_VERSION=3.6
+m4_define([base_version], [3.6])
dnl Upgrade Revision: This is for triggering migration calls between
dnl varying versions. Reset to 0 whenever BASE_VERSION changes.