diff options
| -rw-r--r-- | bin/MasterServer-Qt5 | bin | 488616 -> 0 bytes | |||
| -rw-r--r-- | bin/MasterServer-Qt5hf2 | bin | 0 -> 492712 bytes | |||
| -rw-r--r-- | src/Core/version.h | 2 | ||||
| -rw-r--r-- | src/Protocols/overrides.h | 4 |
4 files changed, 5 insertions, 1 deletions
diff --git a/bin/MasterServer-Qt5 b/bin/MasterServer-Qt5 Binary files differdeleted file mode 100644 index 1ec0ec8..0000000 --- a/bin/MasterServer-Qt5 +++ /dev/null diff --git a/bin/MasterServer-Qt5hf2 b/bin/MasterServer-Qt5hf2 Binary files differnew file mode 100644 index 0000000..af0187b --- /dev/null +++ b/bin/MasterServer-Qt5hf2 diff --git a/src/Core/version.h b/src/Core/version.h index 6dbc808..57a81b8 100644 --- a/src/Core/version.h +++ b/src/Core/version.h @@ -29,7 +29,7 @@ #define BUILD_VERSION QString("0.27") // short version (in query) -- Qt v0.n -#define SHORT_VER QString("Qt-" + BUILD_VERSION) +#define SHORT_VER QString("Qt-" + BUILD_VERSION + "hf2") // build time/date #define BUILD_TIME QStringLiteral("%1 %2").arg(__DATE__).arg(__TIME__) diff --git a/src/Protocols/overrides.h b/src/Protocols/overrides.h index eb6f8b2..9825cda 100644 --- a/src/Protocols/overrides.h +++ b/src/Protocols/overrides.h @@ -55,12 +55,16 @@ const QStringList _overrideValidateBeacon "deusex", "rune", "wot", + "undying", + "mobileforces", }; const QStringList _overrideValidateClient { "deusex", "wot", + "undying", + "mobileforces", }; // matching regexes |
