Skip to content

Commit f20d4a4

Browse files
alejandromgkdevfsc
authored andcommitted
Bump min protocol version (70214) and client version (v12.5.1) (#54)
* update protocol post fork (#48) changed old version and new version * Bump min protocol version and client version
1 parent 696663c commit f20d4a4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 0)
44
define(_CLIENT_VERSION_MINOR, 12)
55
define(_CLIENT_VERSION_REVISION, 5)
6-
define(_CLIENT_VERSION_BUILD, 0)
6+
define(_CLIENT_VERSION_BUILD, 1)
77
define(_CLIENT_VERSION_IS_RELEASE, true)
88
define(_COPYRIGHT_YEAR, 2018)
99
AC_INIT([Paccoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/PACCommunity/PAC/issues],[paccoincore])

src/clientversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define CLIENT_VERSION_MAJOR 0
1818
#define CLIENT_VERSION_MINOR 12
1919
#define CLIENT_VERSION_REVISION 5
20-
#define CLIENT_VERSION_BUILD 0
20+
#define CLIENT_VERSION_BUILD 1
2121

2222
//! Set to true for release, false for prerelease or test build
2323
#define CLIENT_VERSION_IS_RELEASE true

src/masternode-payments.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ static const int MNPAYMENTS_SIGNATURES_TOTAL = 10;
2424
// V1 - Last protocol version before update
2525
// V2 - Newest protocol version
2626
static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_1 = 70206;
27-
static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_2 = 70213;
27+
static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_2 = 70214;
2828

2929
extern CCriticalSection cs_vecPayees;
3030
extern CCriticalSection cs_mapMasternodeBlocks;

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ static const int INIT_PROTO_VERSION = 209;
1919
static const int GETHEADERS_VERSION = 70077;
2020

2121
//! disconnect from peers older than this proto version
22-
static const int MIN_PEER_PROTO_VERSION = 70213;
22+
static const int MIN_PEER_PROTO_VERSION = 70214;
2323

2424
//! nTime field added to CAddress, starting with this version;
2525
//! if possible, avoid requesting addresses nodes older than this

0 commit comments

Comments
 (0)