aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-03-16 15:08:57 -0400
committerGregory Maxwell <greg@xiph.org>2012-03-16 15:08:57 -0400
commit44b69cf25e73ff164e15c9ca2027c5b871151e32 (patch)
treebbb7f3a7f094a77dd2a4efac67dbf78ea633338e
parentfa689db37b0d1abeefde9ab4760ffa502217da7f (diff)
downloadbitcoin-44b69cf25e73ff164e15c9ca2027c5b871151e32.tar.xz
Bump CLIENT_VERSION for rc4 releasev0.6.0rc4
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 10733727c2..560bff0cdc 100644
--- a/src/main.h
+++ b/src/main.h
@@ -26,7 +26,7 @@ class CInv;
class CRequestTracker;
class CNode;
-static const int CLIENT_VERSION = 60003;
+static const int CLIENT_VERSION = 60004;
static const bool VERSION_IS_BETA = true;
extern const std::string CLIENT_NAME;