Skip to content

Commit

Permalink
Update version in CMakeLists.txt (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean1995 authored Nov 8, 2021
1 parent 2db9995 commit 2ac2899
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 @@ -11,7 +11,7 @@ message(STATUS ${CMAKE_MODULE_PATH})

set(CubicInterpolation_VERSION_MAJOR 0)
set(CubicInterpolation_VERSION_MINOR 1)
set(CubicInterpolation_VERSION_PATCH 3)
set(CubicInterpolation_VERSION_PATCH 5)
set(CubicInterpolation_VERSION ${CubicInterpolation_VERSION_MAJOR}.${CubicInterpolation_VERSION_MINOR}.${CubicInterpolation_VERSION_PATCH})

set(CMAKE_CXX_STANDARD 14)
Expand Down

0 comments on commit 2ac2899

Please sign in to comment.