aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2013-02-06 16:06:43 -0500
committerGavin Andresen <[email protected]>2013-02-06 16:06:43 -0500
commitf50706796b7786a7d85ad0baea81b709ae3ed683 (patch)
tree74b112fbdc5f3e9d387aef2ef673938f18cf917a /src
parentMerge pull request #2279 from sipa/cvrbip30 (diff)
parentBump version numbers for 0.8 release (diff)
downloaddiscoin-f50706796b7786a7d85ad0baea81b709ae3ed683.tar.xz
discoin-f50706796b7786a7d85ad0baea81b709ae3ed683.zip
Merge commit 'd38c6488d067c2e88726e2ca99bc76fd67dab49b'v0.8.0rc1
Diffstat (limited to 'src')
-rw-r--r--src/clientversion.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/clientversion.h b/src/clientversion.h
index 24355d1a5..44cda07b8 100644
--- a/src/clientversion.h
+++ b/src/clientversion.h
@@ -7,12 +7,12 @@
// 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 99
+#define CLIENT_VERSION_MINOR 8
+#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 0
// Set to true for release, false for prerelease or test build
-#define CLIENT_VERSION_IS_RELEASE false
+#define CLIENT_VERSION_IS_RELEASE true
// Converts the parameter X to a string after macro replacement on X has been performed.
// Don't merge these into one macro!