aboutsummaryrefslogtreecommitdiff
path: root/src/Core
diff options
context:
space:
mode:
authorDarkelarious <github@333networks.com>2025-03-08 15:33:52 +0100
committerDarkelarious <github@333networks.com>2025-03-08 15:33:52 +0100
commitee9c0c04bdcd8b7223dd0f6f313592e8a91994dc (patch)
treeedd5a314d0cb68e66bd2d23f5201eb9f6ec7bb75 /src/Core
parentb7f431a17f0d957ff56b6a36470444a95d4752bc (diff)
downloadMasterserver-Qt5-ee9c0c04bdcd8b7223dd0f6f313592e8a91994dc.tar.gz
Masterserver-Qt5-ee9c0c04bdcd8b7223dd0f6f313592e8a91994dc.zip
hotfix 3
Support for Medal of Honor franchise with enctype2. License for 3rd party functions inside source code.
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 57a81b8..7cd3254 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 + "hf2")
+#define SHORT_VER QString("Qt-" + BUILD_VERSION + "hf3")
// build time/date
#define BUILD_TIME QStringLiteral("%1 %2").arg(__DATE__).arg(__TIME__)