aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-03-30 20:12:12 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-03-30 20:12:21 +0200
commitba80ceef59bdfb7e0a42da4df81335698047fbce (patch)
treeddc340eb3897a1d95ec494b1f13e6be5d0c528b9 /src
parenta0cea89456f83496bd8b661f1608fb577fe6a1f2 (diff)
downloadbitcoin-ba80ceef59bdfb7e0a42da4df81335698047fbce.tar.xz
bump version to 0.12.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 eff27b0e9e..ab79da9b36 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 12
-#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