Skip to content

Commit

Permalink
advance version and protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
bleach86 committed Feb 19, 2024
1 parent 1fee129 commit 4c28177
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 22)
define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_MINOR, 23)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_GHOST, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR_BTC, 2021)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_YEAR, 2024)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Ghost Core]])
AC_INIT([Ghost Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION._CLIENT_VERSION_GHOST],[https://github.com/ghost-coin/ghost-core/issues],[ghost],[https://www.ghostbymcafee.com/])
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* NOTE: After changing this value don't forget to update MY_VERSION inside message.py
*/

static const int PROTOCOL_VERSION = 90040;
static const int PROTOCOL_VERSION = 90050;

//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;
Expand Down
2 changes: 1 addition & 1 deletion test/functional/test_framework/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

MIN_VERSION_SUPPORTED = 60001
#MY_VERSION = 70014 # past bip-31 for ping/pong
MY_VERSION = 90040
MY_VERSION = 90050
MY_SUBVERSION = b"/python-p2p-tester:0.0.3/"
MY_RELAY = 1 # from version 70001 onwards, fRelay should be appended to version messages (BIP37)

Expand Down

0 comments on commit 4c28177

Please sign in to comment.