aboutsummaryrefslogtreecommitdiff
path: root/src/clientversion.h
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-09-18 10:58:22 -0400
committerGavin Andresen <gavinandresen@gmail.com>2012-09-18 10:58:22 -0400
commit5add0b0d0ff56774ca4716240a615175d79e82ec (patch)
tree3265161ce91d5160795931234194d7cd4906cc53 /src/clientversion.h
parent7fddf1210eca3919804aec5d6b405e59d2651970 (diff)
downloadbitcoin-5add0b0d0ff56774ca4716240a615175d79e82ec.tar.xz
Bump client version to 0.7.0.99 now that 0.7.0 release is final.
Diffstat (limited to 'src/clientversion.h')
-rw-r--r--src/clientversion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientversion.h b/src/clientversion.h
index c9d1a7b29c..548105383c 100644
--- a/src/clientversion.h
+++ b/src/clientversion.h
@@ -9,7 +9,7 @@
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 7
#define CLIENT_VERSION_REVISION 0
-#define CLIENT_VERSION_BUILD 3
+#define CLIENT_VERSION_BUILD 99
// Converts the parameter X to a string after macro replacement on X has been performed.
// Don't merge these into one macro!