Skip to content

Commit

Permalink
Bump protocol version
Browse files Browse the repository at this point in the history
Better late than never.
  • Loading branch information
sfan5 committed Aug 4, 2022
1 parent eb49b6d commit c427787
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/network/networkprotocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Minimap modes
PROTOCOL VERSION 40:
TOCLIENT_MEDIA_PUSH changed, TOSERVER_HAVE_MEDIA added
Added new particlespawner parameters (5.6.0)
Added new particlespawner parameters
[scheduled bump for 5.6.0]
*/

#define LATEST_PROTOCOL_VERSION 40
#define LATEST_PROTOCOL_VERSION 41
#define LATEST_PROTOCOL_VERSION_STRING TOSTRING(LATEST_PROTOCOL_VERSION)

// Server's supported network protocol range
Expand Down

0 comments on commit c427787

Please sign in to comment.