From 37e00791b2075bc2d9b762d919fb2df027b925e8 Mon Sep 17 00:00:00 2001 From: qwerty55 Date: Tue, 10 Jun 2014 01:04:58 -0400 Subject: [PATCH] incremented PROTOCOL_VERSION to 70004; missed this in last push --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 3e7f918..b79a82b 100644 --- a/src/version.h +++ b/src/version.h @@ -25,7 +25,7 @@ extern const std::string CLIENT_DATE; // network protocol versioning // -static const int PROTOCOL_VERSION = 70003; +static const int PROTOCOL_VERSION = 70004; // intial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209;