diff --git a/src/clientversion.h b/src/clientversion.h index fc2492d..22e40c8 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -8,7 +8,7 @@ // These need to be macros, as version.cpp's and WarOfCoins-qt.rc's voodoo requires it #define CLIENT_VERSION_MAJOR 1 #define CLIENT_VERSION_MINOR 0 -#define CLIENT_VERSION_REVISION 1 +#define CLIENT_VERSION_REVISION 2 #define CLIENT_VERSION_BUILD 0 // Converts the parameter X to a string after macro replacement on X has been performed. diff --git a/src/version.h b/src/version.h index 0743f11..eba90cb 100644 --- a/src/version.h +++ b/src/version.h @@ -30,7 +30,7 @@ static const int DATABASE_VERSION = 70508; // network protocol versioning // -static const int PROTOCOL_VERSION = 60023; +static const int PROTOCOL_VERSION = 60024; // intial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209; @@ -54,7 +54,7 @@ static const int MEMPOOL_GD_VERSION = 60009; #define DISPLAY_VERSION_MAJOR 1 #define DISPLAY_VERSION_MINOR 0 -#define DISPLAY_VERSION_REVISION 1 +#define DISPLAY_VERSION_REVISION 2 #define DISPLAY_VERSION_BUILD 0 #endif