We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c3d8f commit f3da2a8Copy full SHA for f3da2a8
share/setup.nsi
@@ -51,7 +51,7 @@ CRCCheck on
51
XPStyle on
52
BrandingText " "
53
ShowInstDetails show
54
-VIProductVersion 0.6.0.6
+VIProductVersion 0.6.0.99
55
VIAddVersionKey ProductName Bitcoin
56
VIAddVersionKey ProductVersion "${VERSION}"
57
VIAddVersionKey CompanyName "${COMPANY}"
src/main.h
@@ -26,7 +26,7 @@ class CInv;
26
class CRequestTracker;
27
class CNode;
28
29
-static const int CLIENT_VERSION = 60006;
+static const int CLIENT_VERSION = 60099;
30
static const bool VERSION_IS_BETA = true;
31
extern const std::string CLIENT_NAME;
32
0 commit comments