advance to 3.0.1

This commit is contained in:
Lion Kortlepel
2022-01-20 21:31:00 +01:00
parent 7c1fb12625
commit 81780294f8

View File

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