diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2013-11-03 11:42:38 +1000 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2013-11-11 10:31:09 +1000 |
commit | 69aada346f74c978b5d8be59a5d7c79be966ef8c (patch) | |
tree | e2abbe951c7b5533452ed8459c6bf7539c5caab7 /src | |
parent | feaec80cb033bd3db754c783ad483fc67751ec92 (diff) |
Bump protocol version to 70002
Diffstat (limited to 'src')
-rw-r--r-- | src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |