From 7039dfafd6abd71e3407038122c0559fea6e1146 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 17 Jun 2012 17:49:12 +0300 Subject: Increment protocol version --- src/clientserver.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/clientserver.h') diff --git a/src/clientserver.h b/src/clientserver.h index 4767a65af..559fb5b15 100644 --- a/src/clientserver.h +++ b/src/clientserver.h @@ -55,10 +55,12 @@ with this program; if not, write to the Free Software Foundation, Inc., TOCLIENT_PRIVILEGES Version raised to force 'fly' and 'fast' privileges into effect. Node metadata change (came in later; somewhat incompatible) - TileDef in ContentFeatures (non-TileDef deserialization is supported) + PROTOCOL_VERSION 11: + TileDef in ContentFeatures + Nodebox drawtype */ -#define PROTOCOL_VERSION 10 +#define PROTOCOL_VERSION 11 #define PROTOCOL_ID 0x4f457403 -- cgit v1.2.3