version bump
This commit is contained in:
parent
da66e049cb
commit
88de9f9c4d
@ -3,7 +3,7 @@ AC_PREREQ([2.60])
|
|||||||
define(_CLIENT_VERSION_MAJOR, 0)
|
define(_CLIENT_VERSION_MAJOR, 0)
|
||||||
define(_CLIENT_VERSION_MINOR, 11)
|
define(_CLIENT_VERSION_MINOR, 11)
|
||||||
define(_CLIENT_VERSION_REVISION, 2)
|
define(_CLIENT_VERSION_REVISION, 2)
|
||||||
define(_CLIENT_VERSION_BUILD, 7)
|
define(_CLIENT_VERSION_BUILD, 8)
|
||||||
define(_CLIENT_VERSION_IS_RELEASE, true)
|
define(_CLIENT_VERSION_IS_RELEASE, true)
|
||||||
define(_COPYRIGHT_YEAR, 2015)
|
define(_COPYRIGHT_YEAR, 2015)
|
||||||
AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@dashpay.io],[dash])
|
AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@dashpay.io],[dash])
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#define CLIENT_VERSION_MAJOR 0
|
#define CLIENT_VERSION_MAJOR 0
|
||||||
#define CLIENT_VERSION_MINOR 11
|
#define CLIENT_VERSION_MINOR 11
|
||||||
#define CLIENT_VERSION_REVISION 2
|
#define CLIENT_VERSION_REVISION 2
|
||||||
#define CLIENT_VERSION_BUILD 7
|
#define CLIENT_VERSION_BUILD 8
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ static const int64_t DARKSEND_POOL_MAX = (999.99*COIN);
|
|||||||
#define MASTERNODE_EXPIRATION_SECONDS (65*60)
|
#define MASTERNODE_EXPIRATION_SECONDS (65*60)
|
||||||
#define MASTERNODE_REMOVAL_SECONDS (70*60)
|
#define MASTERNODE_REMOVAL_SECONDS (70*60)
|
||||||
|
|
||||||
static const int MIN_POOL_PEER_PROTO_VERSION = 70073; // minimum peer version accepted by DarkSendPool
|
static const int MIN_POOL_PEER_PROTO_VERSION = 70074; // minimum peer version accepted by DarkSendPool
|
||||||
|
|
||||||
class CTransaction;
|
class CTransaction;
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ class CMasternodeScanningError;
|
|||||||
extern map<uint256, CMasternodeScanningError> mapMasternodeScanningErrors;
|
extern map<uint256, CMasternodeScanningError> mapMasternodeScanningErrors;
|
||||||
extern CMasternodeScanning mnscan;
|
extern CMasternodeScanning mnscan;
|
||||||
|
|
||||||
static const int MIN_MASTERNODE_POS_PROTO_VERSION = 70073;
|
static const int MIN_MASTERNODE_POS_PROTO_VERSION = 70074;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
1% of the network is scanned every 2.5 minutes, making a full
|
1% of the network is scanned every 2.5 minutes, making a full
|
||||||
|
@ -27,7 +27,7 @@ extern const std::string CLIENT_DATE;
|
|||||||
// network protocol versioning
|
// network protocol versioning
|
||||||
//
|
//
|
||||||
|
|
||||||
static const int PROTOCOL_VERSION = 70073;
|
static const int PROTOCOL_VERSION = 70074;
|
||||||
|
|
||||||
// intial proto version, to be increased after version/verack negotiation
|
// intial proto version, to be increased after version/verack negotiation
|
||||||
static const int INIT_PROTO_VERSION = 209;
|
static const int INIT_PROTO_VERSION = 209;
|
||||||
|
Loading…
Reference in New Issue
Block a user