diff --git a/.gitignore b/.gitignore index 5e45c2c9a..f3605c2ac 100644 --- a/.gitignore +++ b/.gitignore @@ -174,3 +174,6 @@ src/RandomX/build-linux/ src/RandomX/build-win64/ src/wallet-utility.exe src/.build_target + +# other +repos/ \ No newline at end of file diff --git a/src/clientversion.h b/src/clientversion.h index c149a7692..700eeec0f 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -30,8 +30,8 @@ // Must be kept in sync with configure.ac , ugh! #define CLIENT_VERSION_MAJOR 3 #define CLIENT_VERSION_MINOR 10 -#define CLIENT_VERSION_REVISION 4 -#define CLIENT_VERSION_BUILD 50 +#define CLIENT_VERSION_REVISION 5 +#define CLIENT_VERSION_BUILD 0 //! Set to true for release, false for prerelease or test build #define CLIENT_VERSION_IS_RELEASE true diff --git a/src/version.h b/src/version.h index 27553d45d..864a4326c 100644 --- a/src/version.h +++ b/src/version.h @@ -21,7 +21,7 @@ #define HUSH_VERSION_H // network protocol versioning -static const int PROTOCOL_VERSION = 1987428; +static const int PROTOCOL_VERSION = 1987430; //! initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209; //! In this version, 'getheaders' was introduced. @@ -31,7 +31,7 @@ static const int GETHEADERS_VERSION = 31800; static const int MIN_HUSH_PEER_PROTO_VERSION = 1987426; //! disconnect from peers older than this proto version (HACs) -static const int MIN_PEER_PROTO_VERSION = 1987420; +static const int MIN_PEER_PROTO_VERSION = 1987430; //! nTime field added to CAddress, starting with this version; //! if possible, avoid requesting addresses nodes older than this