diff options
| author | Gavin Andresen <[email protected]> | 2012-04-02 10:03:26 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-04-02 10:03:26 -0400 |
| commit | f3da2a88c92a68c6ed1b0eeec16a3a7c35e3742e (patch) | |
| tree | dfc464f74ae9c3b2a1c4b88b53ac0f5e297205ff /src | |
| parent | Merge branch 'master' of github.com:bitcoin/bitcoin (diff) | |
| download | discoin-f3da2a88c92a68c6ed1b0eeec16a3a7c35e3742e.tar.xz discoin-f3da2a88c92a68c6ed1b0eeec16a3a7c35e3742e.zip | |
Bump version to 0.6.0.99 for 0.6.1 merge window
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 18d5dbdd7..16159e18b 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; |