diff --git a/CMakeLists.txt b/CMakeLists.txt index 28ce79641..da5ad1e7b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ option(CMAKE_FIND_PACKAGE_PREFER_CONFIG "Lookup package config files before usin # Project declaration -project(Mapper VERSION 0.9.5 LANGUAGES CXX C) +project(Mapper VERSION 0.9.6 LANGUAGES CXX C) set(Mapper_COPYRIGHT "(C) 2021 The OpenOrienteering developers") math(EXPR Mapper_VERSION_CODE "${Mapper_VERSION_MAJOR} * 10000 + ${Mapper_VERSION_MINOR} * 100 + ${Mapper_VERSION_PATCH} * 2 + ${CMAKE_SIZEOF_VOID_P} / 4 - 1")