From 3b35672bb87ed56e4e6121d632ef72843ea63f88 Mon Sep 17 00:00:00 2001 From: Evan Duffield Date: Fri, 6 Feb 2015 12:53:31 -0700 Subject: [PATCH] version/proto bump --- configure.ac | 2 +- src/clientversion.h | 2 +- src/darksend.h | 2 +- src/instantx.h | 2 +- src/version.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index f255ea5d3..61338913c 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, 12) +define(_CLIENT_VERSION_BUILD, 13) 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 a145984f9..82759a6e1 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 12 +#define CLIENT_VERSION_BUILD 13 diff --git a/src/darksend.h b/src/darksend.h index 1d8671ad5..249d26cd4 100644 --- a/src/darksend.h +++ b/src/darksend.h @@ -222,7 +222,7 @@ class CDarksendSession class CDarkSendPool { public: - static const int MIN_PEER_PROTO_VERSION = 70062; + static const int MIN_PEER_PROTO_VERSION = 70063; // clients entries std::vector myEntries; diff --git a/src/instantx.h b/src/instantx.h index 72963a4a2..8f82f399f 100644 --- a/src/instantx.h +++ b/src/instantx.h @@ -23,7 +23,7 @@ class CConsensusVote; class CTransaction; class CTransactionLock; -static const int MIN_INSTANTX_PROTO_VERSION = 70062; +static const int MIN_INSTANTX_PROTO_VERSION = 70063; extern map mapTxLockReq; extern map mapTxLockReqRejected; diff --git a/src/version.h b/src/version.h index 4cee8ef5f..4499bded0 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 = 70062; +static const int PROTOCOL_VERSION = 70063; // intial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209;