aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
parente9d0d252fc57119766f5d7b58715451dd42b1ce6 (diff)
downloadbitcoin-8e15efa76c71b0763c1b7e0abe6e55177fd0dd14.tar.xz
Bump version to 0.11
Diffstat (limited to 'src')
-rw-r--r--src/clientversion.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/clientversion.h b/src/clientversion.h
index 3c8c969f9d..e45c8dc851 100644
--- a/src/clientversion.h
+++ b/src/clientversion.h
@@ -15,12 +15,12 @@
//! 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 10
-#define CLIENT_VERSION_REVISION 99
+#define CLIENT_VERSION_MINOR 11
+#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 0
//! Set to true for release, false for prerelease or test build
-#define CLIENT_VERSION_IS_RELEASE false
+#define CLIENT_VERSION_IS_RELEASE true
/**
* Copyright year (2009-this)