File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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 , 3 )
5
- define ( _CLIENT_VERSION_REVISION , 0 )
5
+ define ( _CLIENT_VERSION_REVISION , 5 )
6
6
define ( _CLIENT_VERSION_BUILD , 0 )
7
7
define ( _CLIENT_VERSION_IS_RELEASE , true )
8
8
define ( _COPYRIGHT_YEAR , 2018 )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ static const int INIT_PROTO_VERSION = 209;
21
21
static const int GETHEADERS_VERSION = 60800 ;
22
22
23
23
//! disconnect from peers older than this proto version
24
- static const int MIN_PEER_PROTO_VERSION = 70600 ;
24
+ static const int MIN_PEER_PROTO_VERSION = 70800 ;
25
25
26
26
//! nTime field added to CAddress, starting with this version;
27
27
//! if possible, avoid requesting addresses nodes older than this
You can’t perform that action at this time.
0 commit comments