diff options
author | sfan5 <sfan5@live.de> | 2022-08-04 22:44:29 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2022-08-04 22:45:52 +0200 |
commit | c4277877b6a18939904900440b5e4accd69b11a8 (patch) | |
tree | 5941079d638e499ffa6016b2e55ba5c87aa0619c /src | |
parent | eb49b6d85cf9ba59da2321d7fe593986b2f1610f (diff) | |
download | minetest-c4277877b6a18939904900440b5e4accd69b11a8.tar.gz minetest-c4277877b6a18939904900440b5e4accd69b11a8.tar.bz2 minetest-c4277877b6a18939904900440b5e4accd69b11a8.zip |
Bump protocol version
Better late than never.
Diffstat (limited to 'src')
-rw-r--r-- | src/network/networkprotocol.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h index e3fd32866..3ab839f8d 100644 --- a/src/network/networkprotocol.h +++ b/src/network/networkprotocol.h @@ -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 |