Merge pull request #268 from xnljfr/1.4.1

Bumping version to 70001 for custom pool operations
This commit is contained in:
ummjackson 2014-02-22 19:38:20 +11:00
commit 1fb15db2b4

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;