From c30334543773a08beaef1bf73ec786de5b45bd64 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquemin Date: Sun, 14 Jul 2024 19:38:08 +0200 Subject: [PATCH] CMakeLists: mark 0.11 support as official. Some of the new stuff still isn't supported yet, but it'll be when the release happens. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 548639c..c7dd92f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -235,7 +235,7 @@ target_compile_definitions(MassBuilderSaveTool PRIVATE SAVETOOL_VERSION_PATCH=0 SAVETOOL_VERSION_PRERELEASE=true SAVETOOL_CODENAME="Friendly Valkyrie" - SAVETOOL_SUPPORTED_GAME_VERSION="0.10.x" + SAVETOOL_SUPPORTED_GAME_VERSION="0.11.x" ) if(CMAKE_BUILD_TYPE STREQUAL Debug)