From 4611ee97d306226b6d2734b29a3899e0004d0caa Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Sun, 26 Dec 2010 14:30:20 +0100 Subject: [PATCH] bumped version to 1.1.1 --- configure-pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure-pre.in b/configure-pre.in index 406f52f1..ded7d8e3 100644 --- a/configure-pre.in +++ b/configure-pre.in @@ -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], [1.1.0.99.1]) +AC_INIT([syncevolution], [1.1.1]) # STABLE_VERSION=1.0.1+ AC_SUBST(STABLE_VERSION)