From c8d231461a8d1ff7289453fcf65e0dfb161a5e88 Mon Sep 17 00:00:00 2001 From: ummjackson Date: Thu, 23 Jan 2014 09:08:28 +1100 Subject: [PATCH] Updating PROTOCOL_VERSION for 1.5 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index cd1b51663..e97d30844 100644 --- a/src/version.h +++ b/src/version.h @@ -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;