From 836595313c9ea4ea5b89063e0077025e4e6708b9 Mon Sep 17 00:00:00 2001
From: Perttu Ahola <celeron55@gmail.com>
Date: Sun, 25 Mar 2012 20:36:02 +0300
Subject: [PATCH] Raise PROTOCOL_VERSION to 9, as this is not compatible with
 earlier versions

---
 src/clientserver.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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
 
-- 
GitLab