aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-08-27 11:45:38 -0400
committerGavin Andresen <gavinandresen@gmail.com>2012-08-27 14:20:56 -0400
commit03fa53a6408699aeaf3e2f7eecb8d2cf16c5e643 (patch)
treedd948166857cdb576ba952ec839339c3a78bcca6 /src/version.h
parenta1755ec4264248323f9a38ac0c3f19200b77c9f8 (diff)
downloadbitcoin-03fa53a6408699aeaf3e2f7eecb8d2cf16c5e643.tar.xz
Version numbers -> 0.7.0
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.h b/src/version.h
index 8546ab85b6..a26c9e42ef 100644
--- a/src/version.h
+++ b/src/version.h
@@ -12,8 +12,8 @@
// These need to be macros, as version.cpp's voodoo requires it
#define CLIENT_VERSION_MAJOR 0
-#define CLIENT_VERSION_MINOR 6
-#define CLIENT_VERSION_REVISION 99
+#define CLIENT_VERSION_MINOR 7
+#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 0
static const int CLIENT_VERSION =