diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-02-17 17:26:01 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-02-17 17:27:18 +0100 |
commit | f87e8f53920adfa80a3f4af9435370dc272c3783 (patch) | |
tree | 124de2635a27102d08dad98d0be7b1e6a3e5465c /configure.ac | |
parent | 9828f9a9962c1bee5c343847030b9cfd87a40a5e (diff) |
build: bump version to 0.14.99
Now that 0.14 branch has been split off, master is 0.14.99 (pre-0.15).
Also clean out release notes.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 346695043d..64a6234449 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 0) -define(_CLIENT_VERSION_MINOR, 13) +define(_CLIENT_VERSION_MINOR, 14) define(_CLIENT_VERSION_REVISION, 99) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, false) |