Browse Source

Bump version to 0.6.0rc6

pull/145/head
Gavin Andresen 12 years ago
parent
commit
f3f9da868e
  1. 2
      share/setup.nsi
  2. 2
      src/main.h

2
share/setup.nsi

@ -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}"

2
src/main.h

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

Loading…
Cancel
Save