Skip to content

Commit

Permalink
Updating version to v00-14
Browse files Browse the repository at this point in the history
  • Loading branch information
gaede committed Oct 12, 2017
1 parent bf3806b commit bff2742
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 13 )
SET( ${PackageName}_VERSION_PATCH 4 )
SET( ${PackageName}_VERSION_MINOR 14 )
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 bff2742

Please sign in to comment.