diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-03-29 13:58:22 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-03-29 13:58:22 -0400 |
commit | f3f9da868e00008d468eee41432afaff1144ae58 (patch) | |
tree | 684b2beb0fc716fd7fb991c5fd680d577f4c9444 /src | |
parent | 83e914c1d5a0d46461bbc04ad0224ff7151fb323 (diff) |
Bump version to 0.6.0rc6
Diffstat (limited to 'src')
-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 6be5a8b595..18d5dbdd74 100644 --- a/src/main.h +++ b/src/main.h @@ -26,7 +26,7 @@ class CInv; class CRequestTracker; class CNode; -static const int CLIENT_VERSION = 60005; +static const int CLIENT_VERSION = 60006; static const bool VERSION_IS_BETA = true; extern const std::string CLIENT_NAME; |