diff options
| author | Darkelarious <github@333networks.com> | 2025-03-08 15:33:52 +0100 |
|---|---|---|
| committer | Darkelarious <github@333networks.com> | 2025-03-08 15:33:52 +0100 |
| commit | ee9c0c04bdcd8b7223dd0f6f313592e8a91994dc (patch) | |
| tree | edd5a314d0cb68e66bd2d23f5201eb9f6ec7bb75 /src/Core | |
| parent | b7f431a17f0d957ff56b6a36470444a95d4752bc (diff) | |
| download | Masterserver-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.h | 2 |
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__) |
