Commit 5f49d37 1 parent bb84466 commit 5f49d37 Copy full SHA for 5f49d37
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
9
9
#define CLIENT_VERSION_MAJOR 1
10
10
#define CLIENT_VERSION_MINOR 5
11
- #define CLIENT_VERSION_REVISION 1
11
+ #define CLIENT_VERSION_REVISION 2
12
12
#define CLIENT_VERSION_BUILD 0
13
13
14
14
// Converts the parameter X to a string after macro replacement on X has been performed.
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ static const unsigned int OLD_MAX_DATA_SIZE = 80;
62
62
63
63
/* * The maximum allowed Peer Protocol Version */
64
64
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 ;
66
66
67
67
static const uint256 hashGenesisBlock (" 0x7286972be4dbc1463d256049b7471c252e6557e222cab9be73181d359cd28bcc" );
68
68
static const uint256 hashGenesisBlockTestNet (" 0x7286972be4dbc1463d256049b7471c252e6557e222cab9be73181d359cd28bcc" );
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ extern const std::string CLIENT_DATE;
24
24
//
25
25
// database format versioning
26
26
//
27
- static const int DATABASE_VERSION = 70509 ;
27
+ static const int DATABASE_VERSION = 70510 ;
28
28
29
29
//
30
30
// network protocol versioning
You can’t perform that action at this time.
0 commit comments