From 2c31cfc27128d470104a7ed221ea584b87cbcdd6 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Fri, 27 Apr 2012 10:14:33 -0400 Subject: Bump version numbers for 0.6.1rc1 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/version.h') diff --git a/src/version.h b/src/version.h index f63b1bdadd..e8d5b5c421 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 = 0; -static const int CLIENT_VERSION_BUILD = 99; +static const int CLIENT_VERSION_REVISION = 1; +static const int CLIENT_VERSION_BUILD = 1; static const int CLIENT_VERSION = 1000000 * CLIENT_VERSION_MAJOR -- cgit v1.2.3