aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-04-15 13:08:21 -0400
committerLuke Dashjr <luke-jr+git@utopios.org>2012-04-15 13:08:21 -0400
commitb7566fe29c2053843d2cec90a70fd699f5590391 (patch)
tree5ba172b4ee4fb8684c29cac343854e6a5b08383a /src/main.h
parentb557c17a37fc05ae8905d2ab310a1ad0d53834c0 (diff)
downloadbitcoin-b7566fe29c2053843d2cec90a70fd699f5590391.tar.xz
Bump version to 0.6.0.7
Skipping 0.6.0.1 through 0.6.0.6 since the internal version for 0.6.0[.0] was in fact 0.6.0.6
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 18d5dbdd74..fc11411164 100644
--- a/src/main.h
+++ b/src/main.h
@@ -26,7 +26,7 @@ class CInv;
class CRequestTracker;
class CNode;
-static const int CLIENT_VERSION = 60006;
+static const int CLIENT_VERSION = 60007;
static const bool VERSION_IS_BETA = true;
extern const std::string CLIENT_NAME;