aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-03-13 09:31:37 -0400
committerGavin Andresen <[email protected]>2012-03-13 09:31:37 -0400
commite318b99d99a44396856e702520182522f9a4b9c5 (patch)
tree223aed0ccd2e5d9494a5f2c2ad469e50eab2fc61
parentMerge pull request #930 from sipa/minireorg (diff)
downloaddiscoin-e318b99d99a44396856e702520182522f9a4b9c5.tar.xz
discoin-e318b99d99a44396856e702520182522f9a4b9c5.zip
Bump CLIENT_VERSION for rc3 releasev0.6.0rc3
-rw-r--r--src/main.h2
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;