File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
2
2
AC_PREREQ ( [ 2.60] )
3
3
define ( _CLIENT_VERSION_MAJOR , 2 )
4
4
define ( _CLIENT_VERSION_MINOR , 1 )
5
- define ( _CLIENT_VERSION_REVISION , 6 )
5
+ define ( _CLIENT_VERSION_REVISION , 7 )
6
6
define ( _CLIENT_VERSION_BUILD , 0 )
7
7
define ( _CLIENT_VERSION_IS_RELEASE , true )
8
8
define ( _COPYRIGHT_YEAR , 2019 )
Original file line number Diff line number Diff line change 11
11
* network protocol versioning
12
12
*/
13
13
14
- static const int PROTOCOL_VERSION = 70718 ;
14
+ static const int PROTOCOL_VERSION = 70719 ;
15
15
16
16
//! initial proto version, to be increased after version/verack negotiation
17
17
static const int INIT_PROTO_VERSION = 209 ;
@@ -20,8 +20,8 @@ static const int INIT_PROTO_VERSION = 209;
20
20
static const int GETHEADERS_VERSION = 70077 ;
21
21
22
22
//! disconnect from peers older than this proto version
23
- static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 70717 ;
24
- static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70717 ;
23
+ static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 70718 ;
24
+ static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70718 ;
25
25
26
26
//! masternodes older than this proto version use old strMessage format for mnannounce
27
27
static const int MIN_PEER_MNANNOUNCE = 70913 ;
You can’t perform that action at this time.
0 commit comments