From: Gavin Andresen Date: Mon, 2 Apr 2012 14:03:26 +0000 (-0400) Subject: Bump version to 0.6.0.99 for 0.6.1 merge window X-Git-Tag: v0.4.0-unstable~129^2~121 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=f3da2a88c92a68c6ed1b0eeec16a3a7c35e3742e Bump version to 0.6.0.99 for 0.6.1 merge window --- diff --git a/share/setup.nsi b/share/setup.nsi index cc19daf..4dc2ad5 100644 --- a/share/setup.nsi +++ b/share/setup.nsi @@ -51,7 +51,7 @@ CRCCheck on XPStyle on BrandingText " " ShowInstDetails show -VIProductVersion 0.6.0.6 +VIProductVersion 0.6.0.99 VIAddVersionKey ProductName Bitcoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}" diff --git a/src/main.h b/src/main.h index 18d5dbd..16159e1 100644 --- a/src/main.h +++ b/src/main.h @@ -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;