From 6bf4253a68f42db1ca48176148f29ff6c157955a Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Tue, 7 Feb 2012 11:22:09 -0500 Subject: Increase client version to 0.6 --- 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 38cdd81fcc..2ec9f97f6e 100644 --- a/src/main.h +++ b/src/main.h @@ -26,7 +26,7 @@ class CInv; class CRequestTracker; class CNode; -static const int CLIENT_VERSION = 59900; +static const int CLIENT_VERSION = 60000; static const bool VERSION_IS_BETA = true; extern const std::string CLIENT_NAME; -- cgit v1.2.3