From 69aada346f74c978b5d8be59a5d7c79be966ef8c Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Sun, 3 Nov 2013 11:42:38 +1000 Subject: Bump protocol version to 70002 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/version.h') diff --git a/src/version.h b/src/version.h index 9ae929c0ac..3d1abacb94 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 = 70001; +static const int PROTOCOL_VERSION = 70002; // intial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209; -- cgit v1.2.3