Skip to content

Commit 677e0eb

Browse files
Synchronize changes from 1.6 master branch [ci skip]
a790375 Bump _NETCODE_VERSION
2 parents 04d2d26 + a790375 commit 677e0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/sdk/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
#define _NETCODE_VERSION_BRANCH_ID 0x4 // Use 0x1 - 0xF to indicate an incompatible branch is being used (0x0 is reserved, 0x4 is trunk)
111111
#define _CLIENT_NET_MODULE_VERSION 0x0B4 // (0x000 - 0xfff) Lvl9 wizards only
112112
#define _SERVER_NET_MODULE_VERSION 0x0AD // (0x000 - 0xfff) Lvl9 wizards only
113-
#define _NETCODE_VERSION 0x1DD // (0x000 - 0xfff) Increment when net messages change (pre-release)
113+
#define _NETCODE_VERSION 0x1DE // (0x000 - 0xfff) Increment when net messages change (pre-release)
114114

115115
// (0x000 - 0xfff) Update bitstream.h when net messages change (post-release). (Changing will also require additional backward compatibility code).
116116
#define MTA_DM_BITSTREAM_VERSION eBitStreamVersion::Latest

0 commit comments

Comments
 (0)