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.
This commit is contained in:
Guillaume Jacquemin 2024-07-14 19:38:08 +02:00
parent 8b8fbee6ba
commit c303345437
Signed by: williamjcm
SSH key fingerprint: SHA256:AYLOg+iTV0ElElnlu4vqM4edFazVdRiuQB0Y5LoKc4A

View file

@ -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)