aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
parent17ea542aa6323715d22cf6661e9705b3e940e3d1 (diff)
downloadbitcoin-717152ccba2a31ceaf7d0e02f6c9ad82843f2176.tar.xz
Bump version to 0.11.1
Diffstat (limited to 'src')
-rw-r--r--src/clientversion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientversion.h b/src/clientversion.h
index e45c8dc851..35ad13a474 100644
--- a/src/clientversion.h
+++ b/src/clientversion.h
@@ -16,7 +16,7 @@
//! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it
#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
//! Set to true for release, false for prerelease or test build