diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-12-03 11:59:37 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-12-03 12:07:01 +0100 |
commit | c12ff995f7d70aafb12f34887fb64aa7482bbc85 (patch) | |
tree | f8cf458db16aa10ae15fdb352daa1f3b6190212b /configure.ac | |
parent | 3cd836c1d855b92e7c73ab31979f471c4f8dad68 (diff) |
Now that 0.12 has been branched, master is 0.12.99
... in preparation for 0.13
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 63a745393e..9161e2b2c0 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, 11) +define(_CLIENT_VERSION_MINOR, 12) define(_CLIENT_VERSION_REVISION, 99) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, false) |