Skip to content

Commit

Permalink
Increment the version number.
Browse files Browse the repository at this point in the history
Fix the build system references to the include directory.
  • Loading branch information
vahancho committed Nov 9, 2023
1 parent 7917cee commit 339fbc9
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 @@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD 11)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

# The project definition
project(erkir VERSION 2.0.0
project(erkir VERSION 2.0.1
DESCRIPTION "C++ library for geodesic and trigonometric calculations"
LANGUAGES CXX)

Expand Down

0 comments on commit 339fbc9

Please sign in to comment.