From e318b99d99a44396856e702520182522f9a4b9c5 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Tue, 13 Mar 2012 09:31:37 -0400 Subject: [PATCH] Bump CLIENT_VERSION for rc3 release --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index b731d896e..10733727c 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;