aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-03-26 15:42:06 -0400
committerGavin Andresen <gavinandresen@gmail.com>2012-03-26 15:42:06 -0400
commit8d29329f934b1abb178037e18f434255736b5c81 (patch)
tree5c66b586149c83b3db3fe720a7d347d8c9f86348 /src/main.h
parent0ccb2c4f6627e1c4360c296d8e7faca57e77b2f1 (diff)
downloadbitcoin-8d29329f934b1abb178037e18f434255736b5c81.tar.xz
Update version to 60005 (0.6.0rc5)v0.6.0rc5
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 10bc29fc9f..6be5a8b595 100644
--- a/src/main.h
+++ b/src/main.h
@@ -26,7 +26,7 @@ class CInv;
class CRequestTracker;
class CNode;
-static const int CLIENT_VERSION = 60004;
+static const int CLIENT_VERSION = 60005;
static const bool VERSION_IS_BETA = true;
extern const std::string CLIENT_NAME;