aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-06-01 10:25:26 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-06-01 10:25:26 +0200
commit8e15efa76c71b0763c1b7e0abe6e55177fd0dd14 (patch)
tree2f7556d9caa60bd2866ffc5fbaf6f2590883e993 /configure.ac
parente9d0d252fc57119766f5d7b58715451dd42b1ce6 (diff)
downloadbitcoin-8e15efa76c71b0763c1b7e0abe6e55177fd0dd14.tar.xz
Bump version to 0.11
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index c5d08a0285..50e4a0ee33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
-define(_CLIENT_VERSION_MINOR, 10)
-define(_CLIENT_VERSION_REVISION, 99)
+define(_CLIENT_VERSION_MINOR, 11)
+define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_IS_RELEASE, false)
+define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2015)
AC_INIT([Bitcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/bitcoin/bitcoin/issues],[bitcoin])
AC_CONFIG_SRCDIR([src/main.cpp])