]> git.lizzy.rs Git - minetest.git/commitdiff
Bump protocol version
authorsfan5 <sfan5@live.de>
Thu, 4 Aug 2022 20:44:29 +0000 (22:44 +0200)
committersfan5 <sfan5@live.de>
Thu, 4 Aug 2022 20:45:52 +0000 (22:45 +0200)
Better late than never.

src/network/networkprotocol.h

index e3fd32866c0c93f861ebb804b47d473fd37a1c84..3ab839f8dc5527f486a9a5d7aef09acfde39a094 100644 (file)
@@ -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