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-Tag: 0.4.dev-20120326~15 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=836595313c9ea4ea5b89063e0077025e4e6708b9;p=oweals%2Fminetest.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 8ac0aa877..203f8a727 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