From 3eeb33e5771796e7dce2d0501b594c8fa72c3d40 Mon Sep 17 00:00:00 2001 From: Evan Duffield Date: Tue, 23 Jun 2015 10:53:22 -0700 Subject: [PATCH] version / proto bump --- configure.ac | 2 +- src/clientversion.h | 2 +- src/instantx.h | 2 +- src/masternode-pos.h | 2 +- src/version.h | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index d23a0c3ad..9e7c85bc1 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 0) define(_CLIENT_VERSION_MINOR, 12) define(_CLIENT_VERSION_REVISION, 0) -define(_CLIENT_VERSION_BUILD, 3) +define(_CLIENT_VERSION_BUILD, 4) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2015) AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@dashpay.io],[dash]) diff --git a/src/clientversion.h b/src/clientversion.h index 692d62fd9..a1049c069 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -17,7 +17,7 @@ #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 12 #define CLIENT_VERSION_REVISION 0 -#define CLIENT_VERSION_BUILD 3 +#define CLIENT_VERSION_BUILD 4 //! Set to true for release, false for prerelease or test build #define CLIENT_VERSION_IS_RELEASE true diff --git a/src/instantx.h b/src/instantx.h index 91f432bed..acd2f3346 100644 --- a/src/instantx.h +++ b/src/instantx.h @@ -27,7 +27,7 @@ class CConsensusVote; class CTransaction; class CTransactionLock; -static const int MIN_INSTANTX_PROTO_VERSION = 70079; +static const int MIN_INSTANTX_PROTO_VERSION = 70080; extern map mapTxLockReq; extern map mapTxLockReqRejected; diff --git a/src/masternode-pos.h b/src/masternode-pos.h index fc5ee9d0c..9707c0143 100644 --- a/src/masternode-pos.h +++ b/src/masternode-pos.h @@ -22,7 +22,7 @@ class CMasternodeScanningError; extern map mapMasternodeScanningErrors; extern CMasternodeScanning mnscan; -static const int MIN_MASTERNODE_POS_PROTO_VERSION = 70079; +static const int MIN_MASTERNODE_POS_PROTO_VERSION = 70080; /* 1% of the network is scanned every 2.5 minutes, making a full diff --git a/src/version.h b/src/version.h index e9df7b785..482241a89 100644 --- a/src/version.h +++ b/src/version.h @@ -10,7 +10,7 @@ * network protocol versioning */ -static const int PROTOCOL_VERSION = 70079; +static const int PROTOCOL_VERSION = 70080; //! initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209; @@ -22,7 +22,7 @@ static const int GETHEADERS_VERSION = 70077; static const int MIN_PEER_PROTO_VERSION = 70066; //! minimum peer version accepted by DarksendPool -static const int MIN_POOL_PEER_PROTO_VERSION = 70079; +static const int MIN_POOL_PEER_PROTO_VERSION = 70080; //! nTime field added to CAddress, starting with this version; //! if possible, avoid requesting addresses nodes older than this