Skip to content

Commit f3da2a8

Browse files
committed
Bump version to 0.6.0.99 for 0.6.1 merge window
1 parent a1c3d8f commit f3da2a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

share/setup.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CRCCheck on
5151
XPStyle on
5252
BrandingText " "
5353
ShowInstDetails show
54-
VIProductVersion 0.6.0.6
54+
VIProductVersion 0.6.0.99
5555
VIAddVersionKey ProductName Bitcoin
5656
VIAddVersionKey ProductVersion "${VERSION}"
5757
VIAddVersionKey CompanyName "${COMPANY}"

src/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class CInv;
2626
class CRequestTracker;
2727
class CNode;
2828

29-
static const int CLIENT_VERSION = 60006;
29+
static const int CLIENT_VERSION = 60099;
3030
static const bool VERSION_IS_BETA = true;
3131
extern const std::string CLIENT_NAME;
3232

0 commit comments

Comments
 (0)