From f46ec0db80c719f00094b35774dbf74a87697ea8 Mon Sep 17 00:00:00 2001 From: Evan Duffield Date: Thu, 1 Jan 2015 10:46:18 -0700 Subject: [PATCH] Change minversion to 70046 --- 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 39cf585a71..364debf360 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -13,7 +13,7 @@ #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 11 #define CLIENT_VERSION_REVISION 0 -#define CLIENT_VERSION_BUILD 0 +#define CLIENT_VERSION_BUILD 1 // 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 86ce9970f0..b8782b6ddf 100644 --- a/src/version.h +++ b/src/version.h @@ -33,7 +33,7 @@ static const int PROTOCOL_VERSION = 70052; static const int INIT_PROTO_VERSION = 209; // disconnect from peers older than this proto version -static const int MIN_PEER_PROTO_VERSION = 70052; //70046 +static const int MIN_PEER_PROTO_VERSION = 70046 // nTime field added to CAddress, starting with this version; // if possible, avoid requesting addresses nodes older than this