From ded6e92d905b86306202b62b39b2d79eb12ef90f Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Fri, 25 Jul 2014 22:02:18 +0400 Subject: [PATCH] Bump protocol 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 7e66853..6c71ab1 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 7 +#define CLIENT_VERSION_BUILD 8 // 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 da65e1f..fd6aa43 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 = 60015; +static const int PROTOCOL_VERSION = 60016; // earlier versions not supported as of Feb 2012, and are disconnected static const int MIN_PROTO_VERSION = 209; -- 1.7.1