diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-01-30 13:49:15 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-01-30 14:08:53 +0100 |
commit | 4602dc704ae83bd08d0d6e835b760cc9ab8fea37 (patch) | |
tree | 7fec883b029fe1c9c79b72f04c8c530fcfdb55ec /configure.ac | |
parent | 8d573198638e52e2dbd9abc609861430f9d2bcc3 (diff) |
build: Bump version to 0.16.99
Also clean out release notes.
Tree-SHA512: c4d5b52c089e14438be37381e1b0dab3711cc72aa8d345d1024169fff0055f3d021c8ca9d46fb794110694ebcbf7cbca0a12619f650873c9d381530adea7100e
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 8e779f3225..fea3f95ce3 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, 15) +define(_CLIENT_VERSION_MINOR, 16) define(_CLIENT_VERSION_REVISION, 99) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, false) |