We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254df3f commit 02ec6a0Copy full SHA for 02ec6a0
CMakeLists.txt
@@ -29,7 +29,7 @@ endif()
29
30
# Project declaration
31
32
-project(Mapper VERSION 0.9.2 LANGUAGES CXX C)
+project(Mapper VERSION 0.9.3 LANGUAGES CXX C)
33
set(Mapper_COPYRIGHT "(C) 2020 The OpenOrienteering developers")
34
35
math(EXPR Mapper_VERSION_CODE "${Mapper_VERSION_MAJOR} * 10000 + ${Mapper_VERSION_MINOR} * 100 + ${Mapper_VERSION_PATCH} * 2 + ${CMAKE_SIZEOF_VOID_P} / 4 - 1")
0 commit comments