aboutsummaryrefslogtreecommitdiff
path: root/src/clientversion.h
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2012-10-21 12:10:08 +0200
committerPieter Wuille <[email protected]>2012-10-21 12:10:08 +0200
commitfcfa7a588e60a6bf72d68821c6a1a3444fb10eba (patch)
tree8fcab690ffd5bbbd86eef3091cb040e88a2eb5ac /src/clientversion.h
parentRemove BDB block database support (diff)
downloaddiscoin-fcfa7a588e60a6bf72d68821c6a1a3444fb10eba.tar.xz
discoin-fcfa7a588e60a6bf72d68821c6a1a3444fb10eba.zip
Update version numbers to 0.7.99
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 2f695e5cc..e79c306c0 100644
--- a/src/clientversion.h
+++ b/src/clientversion.h
@@ -8,7 +8,7 @@
// 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 7
-#define CLIENT_VERSION_REVISION 1
+#define CLIENT_VERSION_REVISION 99
#define CLIENT_VERSION_BUILD 0
// Converts the parameter X to a string after macro replacement on X has been performed.