From e318b99d99a44396856e702520182522f9a4b9c5 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Tue, 13 Mar 2012 09:31:37 -0400 Subject: Bump CLIENT_VERSION for rc3 release --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.h b/src/main.h index b731d896e8..10733727c2 100644 --- a/src/main.h +++ b/src/main.h @@ -26,7 +26,7 @@ class CInv; class CRequestTracker; class CNode; -static const int CLIENT_VERSION = 60000; +static const int CLIENT_VERSION = 60003; static const bool VERSION_IS_BETA = true; extern const std::string CLIENT_NAME; -- cgit v1.2.3