diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-12-11 16:03:46 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-12-11 16:03:46 +0100 |
commit | d7492304e9b92b755c0bdafb9805bdca66dae94a (patch) | |
tree | feadc53a3f269e06a0884b957f837ab94112b72a /configure.ac | |
parent | 41cced21063a89992ef393dda4fffc44ff60c7c3 (diff) |
Now that 0.10 has been branched, master is 0.10.99
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 c4c21eaf4f..efb4c00319 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, 9) +define(_CLIENT_VERSION_MINOR, 10) define(_CLIENT_VERSION_REVISION, 99) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, false) |