Skip to content

Commit

Permalink
Set version to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed May 13, 2020
1 parent 254df3f commit 02ec6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endif()

# Project declaration

project(Mapper VERSION 0.9.2 LANGUAGES CXX C)
project(Mapper VERSION 0.9.3 LANGUAGES CXX C)
set(Mapper_COPYRIGHT "(C) 2020 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")
Expand Down

0 comments on commit 02ec6a0

Please sign in to comment.