diff --git a/configure.ac b/configure.ac index ad5344bf8..fc20e3bae 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, 0) -define(_CLIENT_VERSION_BUILD, 10) +define(_CLIENT_VERSION_BUILD, 11) 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 09a780c48..a38452857 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 0 -#define CLIENT_VERSION_BUILD 10 +#define CLIENT_VERSION_BUILD 11 diff --git a/src/darksend.h b/src/darksend.h index b281e20bf..f6307fc6c 100644 --- a/src/darksend.h +++ b/src/darksend.h @@ -223,7 +223,7 @@ class CDarksendSession class CDarkSendPool { public: - static const int MIN_PEER_PROTO_VERSION = 70053; + static const int MIN_PEER_PROTO_VERSION = 70054; // clients entries std::vector myEntries; diff --git a/src/version.h b/src/version.h index b1e8afa79..fcbb9dfcf 100644 --- a/src/version.h +++ b/src/version.h @@ -27,7 +27,7 @@ extern const std::string CLIENT_DATE; // network protocol versioning // -static const int PROTOCOL_VERSION = 70053; +static const int PROTOCOL_VERSION = 70054; // intial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209;