summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristanvb@openismus.com>2013-10-27 17:47:21 +0100
committerTristan Van Berkom <tristanvb@openismus.com>2013-10-27 17:47:21 +0100
commit29f26b8a5ec8268b854c6392c49a2db0aaab1f95 (patch)
tree65a3cf636b2f18540c432096b684569beb5df693
parentd02459a015b6cd33cd0a9d53f2457c07f885a9e2 (diff)
downloadevolution-data-server-october-code-drop-pre-api-change.tar.gz
For the october code drop based on the `october-code-drop-pre-api-change' branch.
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 0cadb5e8c..9c2a69b5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
dnl Evolution-Data-Server version
m4_define([eds_major_version], [3])
m4_define([eds_minor_version], [11])
-m4_define([eds_micro_version], [91])
+m4_define([eds_micro_version], [92])
m4_define([eds_version],
[eds_major_version.eds_minor_version.eds_micro_version])
@@ -11,8 +11,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.9
-m4_define([base_version], [3.9])
+BASE_VERSION=3.11
+m4_define([base_version], [3.11])
dnl This number is meaningless, but we're now stuck with it in our
dnl library names for backward compatibility.