aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-11-08 00:55:26 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-11-08 00:56:01 +0100
commit984587ac5d3e5593737605a89b442cf0a439a79a (patch)
tree91f0e4e64172694a551cac2e711f1c6ffdf16170 /configure.ac
parent4e895b08da5dc2dfa94ccefb24632062481a8d97 (diff)
downloadbitcoin-0.11.2rc1.tar.xz
bump version to 0.11.2v0.11.2rc1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index aec1b0145b..5debd219eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,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_REVISION, 1)
+define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2015)