You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Client/version.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@
74
74
#define_NETCODE_VERSION_BRANCH_ID 0x4 // Use 0x1 - 0xF to indicate an incompatible branch is being used (0x0 is reserved, 0x4 is trunk)
75
75
#define_CLIENT_NET_MODULE_VERSION 0x0A8 // (0x000 - 0xfff) Lvl9 wizards only
76
76
#define_NETCODE_VERSION 0x1DA // (0x000 - 0xfff) Increment when net messages change (pre-release)
77
-
#defineMTA_DM_BITSTREAM_VERSION0x06B // (0x000 - 0xfff) Increment when net messages change (post-release). (Changing will also require additional backward compatibility code).
77
+
#defineMTA_DM_BITSTREAM_VERSION0x06C // (0x000 - 0xfff) Increment when net messages change (post-release). (Changing will also require additional backward compatibility code).
78
78
79
79
// To avoid user confusion, make sure the ASE version matches only if communication is possible
Copy file name to clipboardExpand all lines: Server/version.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@
77
77
#define_NETCODE_VERSION_BRANCH_ID 0x4 // Use 0x1 - 0xF to indicate an incompatible branch is being used (0x0 is reserved, 0x4 is trunk)
78
78
#define_SERVER_NET_MODULE_VERSION 0x0A8 // (0x000 - 0xfff) Lvl9 wizards only
79
79
#define_NETCODE_VERSION 0x1DA // (0x000 - 0xfff) Increment when net messages change (pre-release)
80
-
#defineMTA_DM_BITSTREAM_VERSION0x06B // (0x000 - 0xfff) Increment when net messages change (post-release). (Changing will also require additional backward compatibility code).
80
+
#defineMTA_DM_BITSTREAM_VERSION0x06C // (0x000 - 0xfff) Increment when net messages change (post-release). (Changing will also require additional backward compatibility code).
81
81
82
82
// To avoid user confusion, make sure the ASE version matches only if communication is possible
0 commit comments