Bump version to 0.6.0rc6
authorGavin Andresen <gavinandresen@gmail.com>
Thu, 29 Mar 2012 17:58:22 +0000 (13:58 -0400)
committerGavin Andresen <gavinandresen@gmail.com>
Thu, 29 Mar 2012 17:58:22 +0000 (13:58 -0400)
share/setup.nsi
src/main.h

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