aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-02-07 11:22:09 -0500
committerGavin Andresen <[email protected]>2012-02-07 11:22:09 -0500
commit6bf4253a68f42db1ca48176148f29ff6c157955a (patch)
treed8ba7dfed7a60cf4fba4e7570e8d5267cb62ee14 /src
parentLook for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. An... (diff)
downloaddiscoin-6bf4253a68f42db1ca48176148f29ff6c157955a.tar.xz
discoin-6bf4253a68f42db1ca48176148f29ff6c157955a.zip
Increase client version to 0.6
Diffstat (limited to 'src')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 38cdd81fc..2ec9f97f6 100644
--- a/src/main.h
+++ b/src/main.h
@@ -26,7 +26,7 @@ class CInv;
class CRequestTracker;
class CNode;
-static const int CLIENT_VERSION = 59900;
+static const int CLIENT_VERSION = 60000;
static const bool VERSION_IS_BETA = true;
extern const std::string CLIENT_NAME;