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:
parent
8b8fbee6ba
commit
c303345437
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ target_compile_definitions(MassBuilderSaveTool PRIVATE
|
||||||
SAVETOOL_VERSION_PATCH=0
|
SAVETOOL_VERSION_PATCH=0
|
||||||
SAVETOOL_VERSION_PRERELEASE=true
|
SAVETOOL_VERSION_PRERELEASE=true
|
||||||
SAVETOOL_CODENAME="Friendly Valkyrie"
|
SAVETOOL_CODENAME="Friendly Valkyrie"
|
||||||
SAVETOOL_SUPPORTED_GAME_VERSION="0.10.x"
|
SAVETOOL_SUPPORTED_GAME_VERSION="0.11.x"
|
||||||
)
|
)
|
||||||
|
|
||||||
if(CMAKE_BUILD_TYPE STREQUAL Debug)
|
if(CMAKE_BUILD_TYPE STREQUAL Debug)
|
||||||
|
|
Loading…
Reference in a new issue