From 0d9a69607e7538dc46e685ef8e18b5fa343b6241 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 25 Nov 2012 21:27:46 +0000 Subject: Bump network protocol version to 25. --- src/core/net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') 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; -- cgit v1.2.3