From 22035cca956a35d9fe2be8df07713f2fc5a272dc Mon Sep 17 00:00:00 2001 From: ca333 Date: Fri, 14 May 2021 10:49:38 +0200 Subject: [PATCH] bump version 0.7.0 --- src/clientversion.h | 8 ++++---- src/rpc/misc.cpp | 2 +- src/version.h | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/clientversion.h b/src/clientversion.h index eced952e12f..4acff1b93ab 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -30,9 +30,9 @@ */ //! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it -#define CLIENT_VERSION_MAJOR 3 -#define CLIENT_VERSION_MINOR 0 -#define CLIENT_VERSION_REVISION 1 +#define CLIENT_VERSION_MAJOR 0 +#define CLIENT_VERSION_MINOR 7 +#define CLIENT_VERSION_REVISION 0 #define CLIENT_VERSION_BUILD 0 //! Set to true for release, false for prerelease or test build @@ -42,7 +42,7 @@ * Copyright year (2009-this) * Todo: update this when changing our copyright comments in the source */ -#define COPYRIGHT_YEAR 2019 +#define COPYRIGHT_YEAR 2021 #endif //HAVE_CONFIG_H diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp index b05517ae0a9..403695286ad 100644 --- a/src/rpc/misc.cpp +++ b/src/rpc/misc.cpp @@ -77,7 +77,7 @@ int8_t StakedNotaryID(std::string ¬aryname, char *Raddress); uint64_t komodo_notarypayamount(int32_t nHeight, int64_t notarycount); int32_t komodo_notaries(uint8_t pubkeys[64][33],int32_t height,uint32_t timestamp); -#define KOMODO_VERSION "0.6.1" +#define KOMODO_VERSION "0.7.0" #define VERUS_VERSION "0.4.0g" extern uint16_t ASSETCHAINS_P2PPORT,ASSETCHAINS_RPCPORT; extern uint32_t ASSETCHAINS_CC; diff --git a/src/version.h b/src/version.h index 81624e423b3..2090cdd52d7 100644 --- a/src/version.h +++ b/src/version.h @@ -24,7 +24,7 @@ * network protocol versioning */ -static const int PROTOCOL_VERSION = 170009; +static const int PROTOCOL_VERSION = 170010; //! initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209; @@ -33,7 +33,7 @@ static const int INIT_PROTO_VERSION = 209; static const int GETHEADERS_VERSION = 31800; //! disconnect from peers older than this proto version -static const int MIN_PEER_PROTO_VERSION = 170008; +static const int MIN_PEER_PROTO_VERSION = 170009; static const int STAKEDMIN_PEER_PROTO_VERSION = 170008; //! nTime field added to CAddress, starting with this version;