diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2012-12-12 18:57:17 +0100 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2012-12-12 18:57:17 +0100 |
commit | 453ee98740a654fbfbc72cc66b38230ba4b0f5be (patch) | |
tree | 528ff3733b6d6974603729e76d2a49d3b1af17f7 | |
parent | 16a532893b4a6ccd79017f3b3d32fa118181fd89 (diff) |
autotools: bump version to 1.3.99.2syncevolution-1-3-99-2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 340cf7ce..3f92e3e9 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.3.99.1])]) +AC_INIT([syncevolution], [m4_esyscmd([build/gen-git-version.sh 1.3.99.2])]) # STABLE_VERSION=1.0.1+ AC_SUBST(STABLE_VERSION) |