diff options
| author | Gavin Andresen <[email protected]> | 2013-11-03 11:42:38 +1000 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-11-11 10:31:09 +1000 |
| commit | 69aada346f74c978b5d8be59a5d7c79be966ef8c (patch) | |
| tree | e2abbe951c7b5533452ed8459c6bf7539c5caab7 /src | |
| parent | Test alerts high at high PROTOCOL_VERSIONs (diff) | |
| download | discoin-69aada346f74c978b5d8be59a5d7c79be966ef8c.tar.xz discoin-69aada346f74c978b5d8be59a5d7c79be966ef8c.zip | |
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 9ae929c0a..3d1abacb9 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; |