mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-07-12 17:54:04 +00:00
Bump version to v3.9.3
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ include(cmake/Vcpkg.cmake) # needs to happen before project()
|
||||
|
||||
project(
|
||||
"BeamMP-Server" # replace this
|
||||
VERSION 3.9.2
|
||||
VERSION 3.9.3
|
||||
)
|
||||
|
||||
include(cmake/StandardSettings.cmake)
|
||||
|
||||
+1
-1
@@ -129,7 +129,7 @@ private:
|
||||
static inline std::mutex mShutdownHandlersMutex {};
|
||||
static inline std::deque<TShutdownHandler> mShutdownHandlers {};
|
||||
|
||||
static inline Version mVersion { 3, 9, 2 };
|
||||
static inline Version mVersion { 3, 9, 3 };
|
||||
};
|
||||
|
||||
/// Used to static_assert in std::visit
|
||||
|
||||
Reference in New Issue
Block a user