CMakeLists: we're working on 1.5 now.
This commit is contained in:
parent
274d8ce014
commit
2ec415f2b5
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ set(CMAKE_CXX_STANDARD 14)
|
|||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
|
||||
set(SAVETOOL_PROJECT_VERSION 1.4.2)
|
||||
set(SAVETOOL_PROJECT_VERSION 1.5.0-pre)
|
||||
|
||||
find_package(Corrade REQUIRED Main Containers Utility)
|
||||
find_package(Magnum REQUIRED GL Sdl2Application)
|
||||
|
@ -193,7 +193,7 @@ if(CMAKE_BUILD_TYPE STREQUAL Debug)
|
|||
endif()
|
||||
target_compile_definitions(MassBuilderSaveTool PRIVATE
|
||||
SAVETOOL_VERSION="${SAVETOOL_PROJECT_VERSION}"
|
||||
SAVETOOL_CODENAME="Enigmatic Ellenier"
|
||||
SAVETOOL_CODENAME="Friendly Valkyrie"
|
||||
SUPPORTED_GAME_VERSION="0.9.x"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue