From a5f95d75a150c3a46488cc8a49653de7fd91f5f2 Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Tue, 8 May 2012 15:22:02 -0400 Subject: Increase client version to 0.6.99 --- 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 9b92bd618..423e885f9 100644 --- a/src/version.h +++ b/src/version.h @@ -12,8 +12,8 @@ static const int CLIENT_VERSION_MAJOR = 0; static const int CLIENT_VERSION_MINOR = 6; -static const int CLIENT_VERSION_REVISION = 1; -static const int CLIENT_VERSION_BUILD = 3; +static const int CLIENT_VERSION_REVISION = 99; +static const int CLIENT_VERSION_BUILD = 0; static const int CLIENT_VERSION = 1000000 * CLIENT_VERSION_MAJOR -- cgit v1.2.3