Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
est31 committed Jul 24, 2015
1 parent 5dc9df8 commit 2eb329c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/networkprotocol.h
Expand Up @@ -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
Expand Down

0 comments on commit 2eb329c

Please sign in to comment.