From 219db8aef5accb9e1734431bd7ce7da46f0cef7c Mon Sep 17 00:00:00 2001 From: warofcoins Date: Wed, 15 Apr 2015 14:08:17 -0400 Subject: [PATCH] bump version to 1.0.2 --- src/clientversion.h | 2 +- src/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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