Bump version to 0.6.0.99 for 0.6.1 merge window
authorGavin Andresen <gavinandresen@gmail.com>
Mon, 2 Apr 2012 14:03:26 +0000 (10:03 -0400)
committerGavin Andresen <gavinandresen@gmail.com>
Mon, 2 Apr 2012 14:03:26 +0000 (10:03 -0400)
share/setup.nsi
src/main.h

index cc19daf..4dc2ad5 100644 (file)
@@ -51,7 +51,7 @@ CRCCheck on
 XPStyle on\r
 BrandingText " "\r
 ShowInstDetails show\r
-VIProductVersion 0.6.0.6\r
+VIProductVersion 0.6.0.99\r
 VIAddVersionKey ProductName Bitcoin\r
 VIAddVersionKey ProductVersion "${VERSION}"\r
 VIAddVersionKey CompanyName "${COMPANY}"\r
index 18d5dbd..16159e1 100644 (file)
@@ -26,7 +26,7 @@ class CInv;
 class CRequestTracker;
 class CNode;
 
-static const int CLIENT_VERSION = 60006;
+static const int CLIENT_VERSION = 60099;
 static const bool VERSION_IS_BETA = true;
 extern const std::string CLIENT_NAME;