aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-05-08 15:22:02 -0400
committerGregory Maxwell <greg@xiph.org>2012-05-08 15:22:02 -0400
commita5f95d75a150c3a46488cc8a49653de7fd91f5f2 (patch)
treec5d7700e5e56035be3694267440597aaf84558c5 /src/version.h
parent1f7e0e51aa2ae6e1aafed52731a4a0fe714a3657 (diff)
downloadbitcoin-a5f95d75a150c3a46488cc8a49653de7fd91f5f2.tar.xz
Increase client version to 0.6.99
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.h b/src/version.h
index 9b92bd618e..423e885f93 100644
--- a/src/version.h
+++ b/src/version.h
@@ -12,8 +12,8 @@
static const int CLIENT_VERSION_MAJOR = 0;
static const int CLIENT_VERSION_MINOR = 6;
-static const int CLIENT_VERSION_REVISION = 1;
-static const int CLIENT_VERSION_BUILD = 3;
+static const int CLIENT_VERSION_REVISION = 99;
+static const int CLIENT_VERSION_BUILD = 0;
static const int CLIENT_VERSION =
1000000 * CLIENT_VERSION_MAJOR