diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Core/version.h | 2 | ||||
| -rw-r--r-- | src/Protocols/overrides.h | 4 |
2 files changed, 5 insertions, 1 deletions
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 |
