Bump CLIENT_VERSION for rc3 release

This commit is contained in:
Gavin Andresen 2012-03-13 09:31:37 -04:00
parent 89cccc83f8
commit e318b99d99
1 changed files with 1 additions and 1 deletions

View 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;