Bump CLIENT_VERSION for rc3 release
authorGavin Andresen <gavinandresen@gmail.com>
Tue, 13 Mar 2012 13:31:37 +0000 (09:31 -0400)
committerGavin Andresen <gavinandresen@gmail.com>
Tue, 13 Mar 2012 13:31:37 +0000 (09:31 -0400)
src/main.h

index b731d89..1073372 100644 (file)
@@ -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;