From: Perttu Ahola Date: Sun, 25 Mar 2012 17:36:02 +0000 (+0300) Subject: Raise PROTOCOL_VERSION to 9, as this is not compatible with earlier versions X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=836595313c9ea4ea5b89063e0077025e4e6708b9;p=zefram%2Fminetest%2Fminetest_engine.git Raise PROTOCOL_VERSION to 9, as this is not compatible with earlier versions --- diff --git a/src/clientserver.h b/src/clientserver.h index 8ac0aa87..203f8a72 100644 --- a/src/clientserver.h +++ b/src/clientserver.h @@ -47,9 +47,12 @@ with this program; if not, write to the Free Software Foundation, Inc., PROTOCOL_VERSION 8: Digging based on item groups Many things + PROTOCOL_VERSION 9: + ContentFeatures and NodeDefManager use a different serialization + format; better for future version cross-compatibility */ -#define PROTOCOL_VERSION 8 +#define PROTOCOL_VERSION 9 #define PROTOCOL_ID 0x4f457403