Bump protocol version to 70002

This commit is contained in:
Gavin Andresen 2013-11-03 11:42:38 +10:00
parent feaec80cb0
commit 69aada346f

View file

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