Bump protocol to 26
authorest31 <MTest31@outlook.com>
Fri, 24 Jul 2015 18:28:00 +0000 (20:28 +0200)
committerest31 <MTest31@outlook.com>
Fri, 24 Jul 2015 18:32:26 +0000 (20:32 +0200)
This was needed due to the TileDef serialisation changes. Originally it has been planned
to also add utf-8 based chat to 26, but chat changes aren't final yet, so they are done
in one change, after the release, and not two small ones, causing us having to be compliant
to three versions of the packet.

src/network/networkprotocol.h

index feb18e5098c048aa4db2b2debaf88d27b0ccb980..82c82f79e8b7f6da13331d7ae28bcb26f1d8f725 100644 (file)
@@ -134,7 +134,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
                Add TileDef tileable_horizontal, tileable_vertical flags
 */
 
-#define LATEST_PROTOCOL_VERSION 25
+#define LATEST_PROTOCOL_VERSION 26
 
 // Server's supported network protocol range
 #define SERVER_PROTOCOL_VERSION_MIN 13