CMakeLists: bump version number.
This commit is contained in:
parent
a244e468d2
commit
927da387ea
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.1.1)
|
||||
set(SAVETOOL_PROJECT_VERSION 1.2.0)
|
||||
|
||||
find_package(Corrade REQUIRED Main Containers Utility Interconnect)
|
||||
find_package(Magnum REQUIRED GL Sdl2Application)
|
||||
|
@ -57,7 +57,7 @@ if(CMAKE_BUILD_TYPE STREQUAL Debug)
|
|||
add_compile_definitions(SAVETOOL_DEBUG_BUILD)
|
||||
endif()
|
||||
add_compile_definitions(SAVETOOL_VERSION="${SAVETOOL_PROJECT_VERSION}"
|
||||
SAVETOOL_CODENAME="Beautiful Reina"
|
||||
SAVETOOL_CODENAME="Cute Quindolia"
|
||||
SUPPORTED_GAME_VERSION="0.7.6")
|
||||
|
||||
if(CMAKE_BUILD_TYPE STREQUAL Release)
|
||||
|
|
Loading…
Reference in a new issue