mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
version bump
This commit is contained in:
parent
95b3909493
commit
8761e67b4e
@ -9,7 +9,7 @@
|
|||||||
#define CLIENT_VERSION_MAJOR 0
|
#define CLIENT_VERSION_MAJOR 0
|
||||||
#define CLIENT_VERSION_MINOR 9
|
#define CLIENT_VERSION_MINOR 9
|
||||||
#define CLIENT_VERSION_REVISION 13
|
#define CLIENT_VERSION_REVISION 13
|
||||||
#define CLIENT_VERSION_BUILD 7
|
#define CLIENT_VERSION_BUILD 8
|
||||||
|
|
||||||
// Set to true for release, false for prerelease or test build
|
// Set to true for release, false for prerelease or test build
|
||||||
#define CLIENT_VERSION_IS_RELEASE true
|
#define CLIENT_VERSION_IS_RELEASE true
|
||||||
|
@ -2492,7 +2492,7 @@ static const int64 POOL_FEE_AMOUNT = 0.025*COIN;
|
|||||||
class CDarkSendPool
|
class CDarkSendPool
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static const int MIN_PEER_PROTO_VERSION = 70037;
|
static const int MIN_PEER_PROTO_VERSION = 70038;
|
||||||
|
|
||||||
CTxIn vinMasterNode;
|
CTxIn vinMasterNode;
|
||||||
CPubKey pubkeyMasterNode;
|
CPubKey pubkeyMasterNode;
|
||||||
|
@ -25,7 +25,7 @@ extern const std::string CLIENT_DATE;
|
|||||||
// network protocol versioning
|
// network protocol versioning
|
||||||
//
|
//
|
||||||
|
|
||||||
static const int PROTOCOL_VERSION = 70037;
|
static const int PROTOCOL_VERSION = 70038;
|
||||||
|
|
||||||
// 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