diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-03-13 09:31:37 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-03-13 09:31:37 -0400 |
commit | e318b99d99a44396856e702520182522f9a4b9c5 (patch) | |
tree | 223aed0ccd2e5d9494a5f2c2ad469e50eab2fc61 | |
parent | 89cccc83f8203986844b3561f4cf5dfc0fdcb2dc (diff) |
Bump CLIENT_VERSION for rc3 releasev0.6.0rc3
-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 b731d896e8..10733727c2 100644 --- a/src/main.h +++ b/src/main.h @@ -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; |