version bump

This commit is contained in:
Evan Duffield 2014-08-04 11:57:04 -07:00
parent cfb6150dd1
commit 7d105e1c1b
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 9
#define CLIENT_VERSION_REVISION 12
#define CLIENT_VERSION_BUILD 11
#define CLIENT_VERSION_BUILD 12
// Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true

View File

@ -2494,7 +2494,7 @@ static const int64 POOL_FEE_AMOUNT = 0.025*COIN;
class CDarkSendPool
{
public:
static const int MIN_PEER_PROTO_VERSION = 70023;
static const int MIN_PEER_PROTO_VERSION = 70024;
CTxIn vinMasterNode;
CPubKey pubkeyMasterNode;

View File

@ -25,7 +25,7 @@ extern const std::string CLIENT_DATE;
// network protocol versioning
//
static const int PROTOCOL_VERSION = 70023;
static const int PROTOCOL_VERSION = 70024;
// intial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;