Bump version to 0.6.0rc6

This commit is contained in:
Gavin Andresen 2012-03-29 13:58:22 -04:00
parent 83e914c1d5
commit f3f9da868e
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
VIProductVersion 0.6.0.5
VIProductVersion 0.6.0.6
VIAddVersionKey ProductName Bitcoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"

View 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;