aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-10-09 18:17:57 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-10-09 18:18:16 +0200
commit717152ccba2a31ceaf7d0e02f6c9ad82843f2176 (patch)
treee8a10888c1def1b145d94ee9da85683157b884c6 /configure.ac
parent17ea542aa6323715d22cf6661e9705b3e940e3d1 (diff)
downloadbitcoin-717152ccba2a31ceaf7d0e02f6c9ad82843f2176.tar.xz
Bump version to 0.11.1
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 7e493c704b..fd74aef269 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, 0)
+define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2015)