From 8d29329f934b1abb178037e18f434255736b5c81 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Mon, 26 Mar 2012 15:42:06 -0400 Subject: Update version to 60005 (0.6.0rc5) --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index 10bc29fc9f..6be5a8b595 100644 --- a/src/main.h +++ b/src/main.h @@ -26,7 +26,7 @@ class CInv; class CRequestTracker; class CNode; -static const int CLIENT_VERSION = 60004; +static const int CLIENT_VERSION = 60005; static const bool VERSION_IS_BETA = true; extern const std::string CLIENT_NAME; -- cgit v1.2.3