From 44b69cf25e73ff164e15c9ca2027c5b871151e32 Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Fri, 16 Mar 2012 15:08:57 -0400 Subject: [PATCH] Bump CLIENT_VERSION for rc4 release --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index 10733727c..560bff0cd 100644 --- a/src/main.h +++ b/src/main.h @@ -26,7 +26,7 @@ class CInv; class CRequestTracker; class CNode; -static const int CLIENT_VERSION = 60003; +static const int CLIENT_VERSION = 60004; static const bool VERSION_IS_BETA = true; extern const std::string CLIENT_NAME;