aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-10-18 00:15:59 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-10-18 00:15:59 +0200
commita5cef7b0777f13ac83312759ebf576c9d773599f (patch)
treee7822471c71c36e76457ec19df755ff2bd1845b0 /src
parente1169b052991671db1043f432a85b31f9245a4c2 (diff)
downloadbitcoin-a5cef7b0777f13ac83312759ebf576c9d773599f.tar.xz
Bump version to 0.13.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 30f557526a..74d0a94bfa 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 13
-#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