summaryrefslogtreecommitdiff
path: root/src/network/networkprotocol.h
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2015-07-24 20:28:00 +0200
committerest31 <MTest31@outlook.com>2015-07-24 20:32:26 +0200
commit2eb329cc6362958537737c2a82ae593c7ba5d30a (patch)
tree3615a503f109699f1e83c84e2f20ab466c2b2268 /src/network/networkprotocol.h
parent5dc9df8bbe3a3936489e1a9a66406ae0bead41c1 (diff)
downloadminetest-2eb329cc6362958537737c2a82ae593c7ba5d30a.tar.gz
minetest-2eb329cc6362958537737c2a82ae593c7ba5d30a.tar.bz2
minetest-2eb329cc6362958537737c2a82ae593c7ba5d30a.zip
Bump protocol to 26
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.
Diffstat (limited to 'src/network/networkprotocol.h')
-rw-r--r--src/network/networkprotocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h
index feb18e509..82c82f79e 100644
--- a/src/network/networkprotocol.h
+++ b/src/network/networkprotocol.h
@@ -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