Skip to content

Commit

Permalink
Updating version to v00-17
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Oct 13, 2022
1 parent 5030a54 commit 600905a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ project(${PackageName})

# project version
SET( ${PackageName}_VERSION_MAJOR 0 )
SET( ${PackageName}_VERSION_MINOR 16 )
SET( ${PackageName}_VERSION_PATCH 8 )
SET( ${PackageName}_VERSION_MINOR 17 )
SET( ${PackageName}_VERSION_PATCH 0 )

SET( ${PackageName}_VERSION "${${PackageName}_VERSION_MAJOR}.${${PackageName}_VERSION_MINOR}" )
SET( ${PackageName}_SOVERSION "${${PackageName}_VERSION_MAJOR}.${${PackageName}_VERSION_MINOR}" )
Expand Down

0 comments on commit 600905a

Please sign in to comment.