CMakeLists: bump version number.
This commit is contained in:
parent
b909f0ac13
commit
81b35476a0
1 changed files with 1 additions and 1 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.1)
|
||||
set(SAVETOOL_PROJECT_VERSION 1.4.2)
|
||||
|
||||
find_package(Corrade REQUIRED Main Containers Utility)
|
||||
find_package(Magnum REQUIRED GL Sdl2Application)
|
||||
|
|
Loading…
Reference in a new issue