aboutsummaryrefslogtreecommitdiff
path: root/src/clientversion.h
diff options
context:
space:
mode:
authorPieter Wuille <sipa@ulyssis.org>2013-05-30 04:43:51 +0200
committerPieter Wuille <sipa@ulyssis.org>2013-05-30 04:43:51 +0200
commit8c8132be73b680d04b9f6dff9dee0ae277c1bebb (patch)
tree04f7232b95c315a1bd82f2a69a8116be951d9d90 /src/clientversion.h
parent09e437ba4e5cb7fcc53020c1ceb2451e0ff1606b (diff)
downloadbitcoin-8c8132be73b680d04b9f6dff9dee0ae277c1bebb.tar.xz
Prepare for 0.9 merge window
Diffstat (limited to 'src/clientversion.h')
-rw-r--r--src/clientversion.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/clientversion.h b/src/clientversion.h
index e4fd6a69f8..30c0c4072b 100644
--- a/src/clientversion.h
+++ b/src/clientversion.h
@@ -8,11 +8,11 @@
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 8
-#define CLIENT_VERSION_REVISION 2
-#define CLIENT_VERSION_BUILD 2
+#define CLIENT_VERSION_REVISION 99
+#define CLIENT_VERSION_BUILD 0
// Set to true for release, false for prerelease or test build
-#define CLIENT_VERSION_IS_RELEASE true
+#define CLIENT_VERSION_IS_RELEASE false
// Copyright year (2009-this)
// Todo: update this when changing our copyright comments in the source