Increase client version to 0.6

This commit is contained in:
Gavin Andresen
2012-02-07 11:22:09 -05:00
parent 9d952d17bb
commit 6bf4253a68
5 changed files with 9 additions and 9 deletions

View File

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