aboutsummaryrefslogtreecommitdiff
path: root/src/Core
diff options
context:
space:
mode:
authorDarkelarious <github@333networks.com>2025-03-08 15:21:26 +0100
committerDarkelarious <github@333networks.com>2025-03-08 15:21:26 +0100
commitb7f431a17f0d957ff56b6a36470444a95d4752bc (patch)
tree58154f3b281b86d372e4fb85f212a2e22a6a64c5 /src/Core
parent74ff50c5ca343b5829287f6e7ee2b916aa29720e (diff)
downloadMasterserver-Qt5-b7f431a17f0d957ff56b6a36470444a95d4752bc.tar.gz
Masterserver-Qt5-b7f431a17f0d957ff56b6a36470444a95d4752bc.zip
hotfix 1+2
Overrides for Undying and Mobile Forces.
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 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__)