diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-02 10:03:26 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-02 10:03:26 -0400 |
commit | f3da2a88c92a68c6ed1b0eeec16a3a7c35e3742e (patch) | |
tree | dfc464f74ae9c3b2a1c4b88b53ac0f5e297205ff /src/main.h | |
parent | a1c3d8f14dca6a86fa103d86ef125e95372f860c (diff) |
Bump version to 0.6.0.99 for 0.6.1 merge window
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 18d5dbdd74..16159e18b5 100644 --- a/src/main.h +++ b/src/main.h @@ -26,7 +26,7 @@ class CInv; class CRequestTracker; class CNode; -static const int CLIENT_VERSION = 60006; +static const int CLIENT_VERSION = 60099; static const bool VERSION_IS_BETA = true; extern const std::string CLIENT_NAME; |