From c97d7b1b7326ae896bde64cd6af8529e06fe1b13 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sun, 19 Apr 2026 19:27:17 +0000 Subject: [PATCH] fix server cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b2a7686..24a8a8a 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.3.0 + VERSION 3.9.2 ) include(cmake/StandardSettings.cmake)