Skip to content

Commit

Permalink
bump version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VikingScientist committed Dec 22, 2020
1 parent ded2d5a commit 30252c0
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 @@ -3,7 +3,7 @@ PROJECT(LRSpline)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
SET(LRSpline_VERSION_MAJOR 1)
SET(LRSpline_VERSION_MINOR 6)
SET(LRSpline_VERSION_PATCH 0)
SET(LRSpline_VERSION_PATCH 1)
SET(LRSpline_VERSION ${LRSpline_VERSION_MAJOR}.${LRSpline_VERSION_MINOR}.${LRSpline_VERSION_PATCH})
IF(NOT WIN32)
SET(TIME_LRSPLINE 1)
Expand Down

0 comments on commit 30252c0

Please sign in to comment.