Change minversion to 70046

This commit is contained in:
Evan Duffield 2015-01-01 10:46:18 -07:00
parent 2ad2b57c12
commit f46ec0db80
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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