From: Gavin Andresen Date: Mon, 26 Mar 2012 19:42:06 +0000 (-0400) Subject: Update version to 60005 (0.6.0rc5) X-Git-Tag: v0.4.0-unstable~129^2~126 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=8d29329f934b1abb178037e18f434255736b5c81 Update version to 60005 (0.6.0rc5) --- diff --git a/share/setup.nsi b/share/setup.nsi index 3d528ce..57b357a 100644 --- a/share/setup.nsi +++ b/share/setup.nsi @@ -51,7 +51,7 @@ CRCCheck on XPStyle on BrandingText " " ShowInstDetails show -VIProductVersion 0.6.0.0 +VIProductVersion 0.6.0.5 VIAddVersionKey ProductName Bitcoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}" diff --git a/src/main.h b/src/main.h index 10bc29f..6be5a8b 100644 --- a/src/main.h +++ b/src/main.h @@ -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;