aboutsummaryrefslogtreecommitdiff
path: root/src/Core
diff options
context:
space:
mode:
authorDarkelarious <github@333networks.com>2025-03-08 15:37:38 +0100
committerDarkelarious <github@333networks.com>2025-03-08 15:37:38 +0100
commitc4bb33bf7242607d173cd61bf2cb7f6e560c8dc7 (patch)
treea2209667fc5fe503857b2361fe87ff7dc06dad79 /src/Core
parentee9c0c04bdcd8b7223dd0f6f313592e8a91994dc (diff)
downloadMasterserver-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')
-rw-r--r--src/Core/version.h2
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__)