From 0d8ae6fc1614d586eff62ad2acbf8f94cb22d17e Mon Sep 17 00:00:00 2001 From: Evan Duffield Date: Sat, 7 Feb 2015 20:23:43 -0700 Subject: [PATCH] version/proto/min version bump --- configure.ac | 2 +- src/clientversion.h | 2 +- src/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index a4121d343..36e60be8d 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 0) define(_CLIENT_VERSION_MINOR, 11) define(_CLIENT_VERSION_REVISION, 1) -define(_CLIENT_VERSION_BUILD, 14) +define(_CLIENT_VERSION_BUILD, 15) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2015) AC_INIT([Darkcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@darkcoin.io],[darkcoin]) diff --git a/src/clientversion.h b/src/clientversion.h index a391c7d6c..dc1d84fde 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -12,7 +12,7 @@ #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 11 #define CLIENT_VERSION_REVISION 1 -#define CLIENT_VERSION_BUILD 14 +#define CLIENT_VERSION_BUILD 15 diff --git a/src/version.h b/src/version.h index 5bec867b5..bc5cbb8e1 100644 --- a/src/version.h +++ b/src/version.h @@ -33,7 +33,7 @@ static const int PROTOCOL_VERSION = 70065; static const int INIT_PROTO_VERSION = 209; // disconnect from peers older than this proto version -static const int MIN_PEER_PROTO_VERSION = 70051; +static const int MIN_PEER_PROTO_VERSION = 70060; // nTime field added to CAddress, starting with this version; // if possible, avoid requesting addresses nodes older than this