diff --git a/src/clientversion.h b/src/clientversion.h index 8fb860f5fa..2890030b81 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -9,7 +9,7 @@ #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 9 #define CLIENT_VERSION_REVISION 12 -#define CLIENT_VERSION_BUILD 2 +#define CLIENT_VERSION_BUILD 4 // 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 b49cab323f..badb542f7a 100644 --- a/src/version.h +++ b/src/version.h @@ -25,7 +25,7 @@ extern const std::string CLIENT_DATE; // network protocol versioning // -static const int PROTOCOL_VERSION = 70021; +static const int PROTOCOL_VERSION = 70022; // intial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209;