diff options
| author | Gavin Andresen <[email protected]> | 2012-03-13 09:31:37 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-03-13 09:31:37 -0400 |
| commit | e318b99d99a44396856e702520182522f9a4b9c5 (patch) | |
| tree | 223aed0ccd2e5d9494a5f2c2ad469e50eab2fc61 /src | |
| parent | Merge pull request #930 from sipa/minireorg (diff) | |
| download | discoin-e318b99d99a44396856e702520182522f9a4b9c5.tar.xz discoin-e318b99d99a44396856e702520182522f9a4b9c5.zip | |
Bump CLIENT_VERSION for rc3 releasev0.6.0rc3
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 b731d896e..10733727c 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; |