Skip to content

Commit

Permalink
Set version to v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Mar 12, 2021
1 parent 3745618 commit 9e874fe
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 @@ -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")
Expand Down

0 comments on commit 9e874fe

Please sign in to comment.