summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOve Kåven <ovek@arcticnet.no>2012-09-25 21:50:47 +0200
committerOve Kåven <ovek@arcticnet.no>2012-09-25 21:50:47 +0200
commit6d517f9e5eab757aad0d05ce7f71c885b7c9f6cb (patch)
treed239877e72a1608a2162003577b6198d2df85f77 /configure.ac
parente88d94bc18c61c92af1992fe378d22dfecc9a682 (diff)
parent98ea7e5a4b65fc98b0f82df60ecd3c4222d68adc (diff)
Merge tag 'syncevolution-1-3' into FREMANTLE-1-3-0
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 8043aa38..79fc4f52 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.99.4])])
+AC_INIT([syncevolution], [m4_esyscmd([build/gen-git-version.sh 1.3])])
# STABLE_VERSION=1.0.1+
AC_SUBST(STABLE_VERSION)
@@ -25,7 +25,7 @@ SE_CHECK_FOR_STABLE_RELEASE
# Minimum version of libsynthesis as defined in its
# configure script and thus .pc files:
-define([SYNTHESIS_MIN_VERSION], [3.4.0.16.7])
+define([SYNTHESIS_MIN_VERSION], [3.4.0.16.8])
# Line above is patched by gen-autotools.sh. Handle
# both "yes" and "no".