diff options
author | Stijn Buys <ingar@osirion.org> | 2012-11-25 21:27:46 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2012-11-25 21:27:46 +0000 |
commit | 0d9a69607e7538dc46e685ef8e18b5fa343b6241 (patch) | |
tree | 7434054a259c6af1b0b77e1c4443ff9b511f4ad4 | |
parent | 47c1069cd2cb6ff34ea93c1f395c5e1bdd9f1432 (diff) |
Bump network protocol version to 25.
-rw-r--r-- | src/core/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/net.h b/src/core/net.h index 0e36806..47da3e7 100644 --- a/src/core/net.h +++ b/src/core/net.h @@ -11,7 +11,7 @@ namespace core { /// network protocol version -const unsigned int PROTOCOLVERSION = 24; +const unsigned int PROTOCOLVERSION = 25; /// maximum lenght of a (compressed) network message block const unsigned int FRAMESIZE = 1152; |