diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2016-11-08 03:40:08 -0800 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2016-11-08 03:40:08 -0800 |
commit | 5198c48ab50a9d6088b66bab680a39939287fb48 (patch) | |
tree | 051d517d60f110d84c420fca34b6caaa0892b408 | |
parent | 9993e16e2a10db5a9c6e1c64f7d5a9edd15ff2aa (diff) |
configure.ac: 1.5.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5222c9e8..849872fa 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.5.1])]) +AC_INIT([syncevolution], [m4_esyscmd([build/gen-git-version.sh 1.5.2])]) # STABLE_VERSION=1.0.1+ AC_SUBST(STABLE_VERSION) |