summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2012-02-28 20:38:59 +0000
committerPatrick Ohly <patrick.ohly@intel.com>2012-02-28 20:41:38 +0000
commitcd44de68c624fa1a92931b433ab7084cf31f19f9 (patch)
tree8e1cf8e6a0af45331e88cbc95de2939fd5e1c46e /configure.ac
parentf944a6087acd7f3195b90432202c053169681239 (diff)
autotools: version bump to 1.2.99
Any package compiled on master is now a 1.3 pre-release and thus must start with 1.2.99 (larger than 1.2.x, smaller than 1.3).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4e3354cd..235a036a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ dnl Invoke autogen.sh to produce a configure script.
#
# Starting with the 1.1 release cycle, the rpm-style
# .99 pseudo-version number is used to mark a pre-release.
-AC_INIT([syncevolution], [m4_esyscmd([build/gen-git-version.sh 1.2.2])])
+AC_INIT([syncevolution], [m4_esyscmd([build/gen-git-version.sh 1.2.99])])
# STABLE_VERSION=1.0.1+
AC_SUBST(STABLE_VERSION)