Skip to content

Commit 5f49d37

Browse files
committed
Prepare v1.5.2
1) Only connect to v1.5.1+ nodes 2) Force rescan on first launch
1 parent bb84466 commit 5f49d37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

wallet/clientversion.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
99
#define CLIENT_VERSION_MAJOR 1
1010
#define CLIENT_VERSION_MINOR 5
11-
#define CLIENT_VERSION_REVISION 1
11+
#define CLIENT_VERSION_REVISION 2
1212
#define CLIENT_VERSION_BUILD 0
1313

1414
// Converts the parameter X to a string after macro replacement on X has been performed.

wallet/main.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static const unsigned int OLD_MAX_DATA_SIZE = 80;
6262

6363
/** The maximum allowed Peer Protocol Version */
6464
static const unsigned int MIN_PEER_PROTO_VERSION = 60016;
65-
static const unsigned int OLD_MIN_PEER_PROTO_VERSION = 209;
65+
static const unsigned int OLD_MIN_PEER_PROTO_VERSION = 60016;
6666

6767
static const uint256 hashGenesisBlock("0x7286972be4dbc1463d256049b7471c252e6557e222cab9be73181d359cd28bcc");
6868
static const uint256 hashGenesisBlockTestNet("0x7286972be4dbc1463d256049b7471c252e6557e222cab9be73181d359cd28bcc");

wallet/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extern const std::string CLIENT_DATE;
2424
//
2525
// database format versioning
2626
//
27-
static const int DATABASE_VERSION = 70509;
27+
static const int DATABASE_VERSION = 70510;
2828

2929
//
3030
// network protocol versioning

0 commit comments

Comments
 (0)