Skip to content

Commit db6d960

Browse files
Synchronize changes from 1.6 master branch [ci skip]
e33bf1c Bump net module version after dede110 4138edb Remove objcopy for libmysqlclient.a 82e5e55 Update client en_US pot
2 parents ea154b5 + e33bf1c commit db6d960

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Shared/sdk/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108

109109
#define _ASE_VERSION QUOTE_DEFINE(MTASA_VERSION_MAJOR) "." QUOTE_DEFINE(MTASA_VERSION_MINOR)
110110
#define _NETCODE_VERSION_BRANCH_ID 0x4 // Use 0x1 - 0xF to indicate an incompatible branch is being used (0x0 is reserved, 0x4 is trunk)
111-
#define _CLIENT_NET_MODULE_VERSION 0x0B3 // (0x000 - 0xfff) Lvl9 wizards only
112-
#define _SERVER_NET_MODULE_VERSION 0x0AC // (0x000 - 0xfff) Lvl9 wizards only
111+
#define _CLIENT_NET_MODULE_VERSION 0x0B4 // (0x000 - 0xfff) Lvl9 wizards only
112+
#define _SERVER_NET_MODULE_VERSION 0x0AD // (0x000 - 0xfff) Lvl9 wizards only
113113
#define _NETCODE_VERSION 0x1DC // (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).

utils/docker/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,8 @@ COPY compat /compat
5555

5656
RUN set -ex ;\
5757
mkdir -p /compat/x64 /compat/x86 ;\
58-
objcopy --redefine-syms=/compat/glibc_version_x64.redef "$(gcc --print-file-name=libstdc++.a)" /compat/x64/libstdc++.a ;\
59-
objcopy --redefine-syms=/compat/glibc_version_x86.redef "$(gcc -m32 --print-file-name=libstdc++.a)" /compat/x86/libstdc++.a ;\
60-
objcopy --redefine-syms=/compat/glibc_version_x64.redef "/usr/lib/x86_64-linux-gnu/libmysqlclient.a" /compat/x64/libmysqlclient.a ;\
61-
objcopy --redefine-syms=/compat/glibc_version_x86.redef "/usr/lib/i386-linux-gnu/libmysqlclient.a" /compat/x86/libmysqlclient.a
58+
objcopy --redefine-syms=/compat/glibc_version_x64.redef "$(gcc --print-file-name=libstdc++.a)" /compat/x64/libstdc++.a ;\
59+
objcopy --redefine-syms=/compat/glibc_version_x86.redef "$(gcc -m32 --print-file-name=libstdc++.a)" /compat/x86/libstdc++.a
6260

6361
VOLUME /build
6462
WORKDIR /build

0 commit comments

Comments
 (0)