Bump CLIENT_VERSION for rc4 release

This commit is contained in:
Gregory Maxwell 2012-03-16 15:08:57 -04:00
parent fa689db37b
commit 44b69cf25e
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 = 60003;
static const int CLIENT_VERSION = 60004;
static const bool VERSION_IS_BETA = true;
extern const std::string CLIENT_NAME;