From 54f49d81e255d6021f6ebe04c85c6ecad4c7cef8 Mon Sep 17 00:00:00 2001 From: Tixx <83774803+WiserTixx@users.noreply.github.com> Date: Sat, 23 May 2026 20:51:50 +0200 Subject: [PATCH] Bump version to v3.9.3 --- CMakeLists.txt | 2 +- include/Common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 24a8a8a..6ef728b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/include/Common.h b/include/Common.h index a6aea21..0e3416c 100644 --- a/include/Common.h +++ b/include/Common.h @@ -129,7 +129,7 @@ private: static inline std::mutex mShutdownHandlersMutex {}; static inline std::deque mShutdownHandlers {}; - static inline Version mVersion { 3, 9, 2 }; + static inline Version mVersion { 3, 9, 3 }; }; /// Used to static_assert in std::visit