From 03fa53a6408699aeaf3e2f7eecb8d2cf16c5e643 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Mon, 27 Aug 2012 11:45:38 -0400 Subject: Version numbers -> 0.7.0 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/version.h b/src/version.h index 8546ab85b..a26c9e42e 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 = -- cgit v1.2.3