From 42b52079182d08f5f82e62ad6231deddd7b54828 Mon Sep 17 00:00:00 2001 From: darkrose Date: Sat, 15 Mar 2014 16:50:18 +1000 Subject: [PATCH] bump protocol version due to formspec --- src/clientserver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clientserver.h b/src/clientserver.h index e12d75d..4b41235 100644 --- a/src/clientserver.h +++ b/src/clientserver.h @@ -22,7 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "utility.h" -#define PROTOCOL_VERSION 4 +#define PROTOCOL_VERSION 5 /* the last protocol version used by 0.3.x minetest-c55 clients */ #define PROTOCOL_DOTTHREE 3 /* this is the oldest protocol that we will allow to connect