diff options
| author | Darkelarious <github@333networks.com> | 2025-03-08 15:37:38 +0100 |
|---|---|---|
| committer | Darkelarious <github@333networks.com> | 2025-03-08 15:37:38 +0100 |
| commit | c4bb33bf7242607d173cd61bf2cb7f6e560c8dc7 (patch) | |
| tree | a2209667fc5fe503857b2361fe87ff7dc06dad79 /src/Core/version.h | |
| parent | ee9c0c04bdcd8b7223dd0f6f313592e8a91994dc (diff) | |
| download | Masterserver-Qt5-c4bb33bf7242607d173cd61bf2cb7f6e560c8dc7.tar.gz Masterserver-Qt5-c4bb33bf7242607d173cd61bf2cb7f6e560c8dc7.zip | |
hotfix 4
Parse players differently to handle gaps in data. SQL query optimisation for stats.
Diffstat (limited to 'src/Core/version.h')
| -rw-r--r-- | src/Core/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core/version.h b/src/Core/version.h index 7cd3254..5308bfc 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 + "hf3") +#define SHORT_VER QString("Qt-" + BUILD_VERSION + "hf4") // build time/date #define BUILD_TIME QStringLiteral("%1 %2").arg(__DATE__).arg(__TIME__) |
