aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-12-16 18:50:53 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-12-16 18:51:50 +0100
commitc3c635b3167bac056030e3c8cbeb1343a4d244f5 (patch)
tree7d7d7e477b92fbf6f38f45e0309b2a8666cfab05 /configure.ac
parenta572ff7139854127542a76eaa346c0755ecf77a0 (diff)
downloadbitcoin-c3c635b3167bac056030e3c8cbeb1343a4d244f5.tar.xz
version 0.9.99 -> 0.10.0
Bump version but keep CLIENT_VERSION_IS_RELEASE at false as this is not a release yet.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c4c21eaf4f..25c81ccfb4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
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_REVISION, 99)
+define(_CLIENT_VERSION_MINOR, 10)
+define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_COPYRIGHT_YEAR, 2014)