Updating PROTOCOL_VERSION for 1.5

This commit is contained in:
ummjackson 2014-01-23 09:08:28 +11:00
parent 207cfdb59b
commit c8d231461a

View File

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