diff options
Diffstat (limited to 'src')
-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; |