Skip to content

Commit

Permalink
Bump version to v18.0.2 and Increase Protocol version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelvkax committed Sep 15, 2022
1 parent 8e540c1 commit fd8bb47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 18)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_BUILD, 2)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2022)
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
*/


static const int PROTOCOL_VERSION = 70223;
static const int PROTOCOL_VERSION = 70224;

//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;

//! disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION = 70215;
static const int MIN_PEER_PROTO_VERSION = 70223;

//! minimum proto version of masternode to accept in DKGs
static const int MIN_MASTERNODE_PROTO_VERSION = 70221;
Expand Down

0 comments on commit fd8bb47

Please sign in to comment.