aboutsummaryrefslogtreecommitdiff
path: root/src/Core/version.h
diff options
context:
space:
mode:
authorDarkelarious <github@333networks.com>2025-05-04 16:08:07 +0200
committerDarkelarious <github@333networks.com>2025-05-04 16:08:07 +0200
commit8e1fdbe10862ccba3bdff2389c1bb732c6e84da4 (patch)
tree7cbbb5984f8fc5676cd610c388952caa1226c286 /src/Core/version.h
parent10bd168b65766026ae47eb7619f9fe74ced75e16 (diff)
downloadMasterserver-Qt5-8e1fdbe10862ccba3bdff2389c1bb732c6e84da4.tar.gz
Masterserver-Qt5-8e1fdbe10862ccba3bdff2389c1bb732c6e84da4.zip
database pragmas and timeout restraintsHEADmain
Diffstat (limited to 'src/Core/version.h')
-rw-r--r--src/Core/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Core/version.h b/src/Core/version.h
index 5308bfc..10d204c 100644
--- a/src/Core/version.h
+++ b/src/Core/version.h
@@ -26,10 +26,10 @@
#define BUILD_TYPE QString("MasterServer Qt5")
// software version (of this particular type)
-#define BUILD_VERSION QString("0.27")
+#define BUILD_VERSION QString("0.28")
// short version (in query) -- Qt v0.n
-#define SHORT_VER QString("Qt-" + BUILD_VERSION + "hf4")
+#define SHORT_VER QString("Qt-" + BUILD_VERSION)
// build time/date
#define BUILD_TIME QStringLiteral("%1 %2").arg(__DATE__).arg(__TIME__)