Skip to content

Commit 02ec6a0

Browse files
committed
Set version to 0.9.3
1 parent 254df3f commit 02ec6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ endif()
2929

3030
# Project declaration
3131

32-
project(Mapper VERSION 0.9.2 LANGUAGES CXX C)
32+
project(Mapper VERSION 0.9.3 LANGUAGES CXX C)
3333
set(Mapper_COPYRIGHT "(C) 2020 The OpenOrienteering developers")
3434

3535
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

Comments
 (0)