Update version to 60005 (0.6.0rc5)
authorGavin Andresen <gavinandresen@gmail.com>
Mon, 26 Mar 2012 19:42:06 +0000 (15:42 -0400)
committerGavin Andresen <gavinandresen@gmail.com>
Mon, 26 Mar 2012 19:42:06 +0000 (15:42 -0400)
share/setup.nsi
src/main.h

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