Merge remote-tracking branch 'origin/master' into 226-allow-env-to-override-serverconfig

This commit is contained in:
Lion Kortlepel
2023-12-28 13:49:02 +01:00
11 changed files with 57 additions and 84 deletions

View File

@@ -133,7 +133,7 @@ private:
static inline std::mutex mShutdownHandlersMutex {};
static inline std::deque<TShutdownHandler> mShutdownHandlers {};
static inline Version mVersion { 3, 1, 3 };
static inline Version mVersion { 3, 2, 0 };
};
std::string ThreadName(bool DebugModeOverride = false);