diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-02-07 11:22:09 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-02-07 11:22:09 -0500 |
commit | 6bf4253a68f42db1ca48176148f29ff6c157955a (patch) | |
tree | d8ba7dfed7a60cf4fba4e7570e8d5267cb62ee14 /src/main.h | |
parent | 9d952d17bb1bd05d5dbfb620f669adfbc223ce0e (diff) |
Increase client version to 0.6
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |