From e18257fcb1215949198c0fa6f166a1ddc7f11423 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Fri, 11 Jul 2014 02:19:02 +0400 Subject: [PATCH] Bump version --- src/clientversion.h | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/clientversion.h b/src/clientversion.h index 4a8f13f..7e66853 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -9,7 +9,7 @@ #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 7 #define CLIENT_VERSION_REVISION 5 -#define CLIENT_VERSION_BUILD 5 +#define CLIENT_VERSION_BUILD 7 // Converts the parameter X to a string after macro replacement on X has been performed. // Don't merge these into one macro! diff --git a/src/version.h b/src/version.h index 382fba7..da65e1f 100644 --- a/src/version.h +++ b/src/version.h @@ -30,7 +30,7 @@ static const int DATABASE_VERSION = 70507; // network protocol versioning // -static const int PROTOCOL_VERSION = 60012; +static const int PROTOCOL_VERSION = 60015; // earlier versions not supported as of Feb 2012, and are disconnected static const int MIN_PROTO_VERSION = 209; -- 1.7.1