Bumping version to 70001 for custom pool operations

Bumping version to 70001 for custom pool operations
This commit is contained in:
xnljfr 2014-02-22 10:37:37 +02:00
parent bf168ebac3
commit 1392e5021f

View file

@ -31,7 +31,7 @@ extern const std::string CLIENT_DATE;
// network protocol versioning
//
static const int PROTOCOL_VERSION = 60003;
static const int PROTOCOL_VERSION = 70001;
// earlier versions not supported as of Feb 2012, and are disconnected
static const int MIN_PROTO_VERSION = 209;