aboutsummaryrefslogtreecommitdiff
path: root/src/clientversion.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-05-12 16:23:53 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-05-12 16:23:53 +0200
commitd7e772765801eb67934de8e60eab040cdb600b33 (patch)
treea569015f021bea843d6e7db18f6a00557c4b5d01 /src/clientversion.h
parent424ae6629bd0fcf615cc4e969742297990306dc6 (diff)
downloadbitcoin-d7e772765801eb67934de8e60eab040cdb600b33.tar.xz
Preparations for 0.10.2 release
Diffstat (limited to 'src/clientversion.h')
-rw-r--r--src/clientversion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientversion.h b/src/clientversion.h
index a6b5a14faf..e0bdea60e9 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 10
-#define CLIENT_VERSION_REVISION 1
+#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_BUILD 0
//! Set to true for release, false for prerelease or test build