summaryrefslogtreecommitdiff
path: root/src/clientserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clientserver.h')
-rw-r--r--src/clientserver.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/clientserver.h b/src/clientserver.h
index f12384b18..5f7864768 100644
--- a/src/clientserver.h
+++ b/src/clientserver.h
@@ -105,9 +105,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
add swap_node
PROTOCOL_VERSION 23:
TOSERVER_CLIENT_READY
+ PROTOCOL_VERSION 24:
+ ContentFeatures version 7
+ ContentFeatures: change number of special tiles to 6 (CF_SPECIAL_COUNT)
*/
-#define LATEST_PROTOCOL_VERSION 23
+#define LATEST_PROTOCOL_VERSION 24
// Server's supported network protocol range
#define SERVER_PROTOCOL_VERSION_MIN 13