Skip to content

Commit

Permalink
Use major.minor version for ABI (#145)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6967c00)
  • Loading branch information
jslee02 authored Jul 22, 2016
1 parent 50a87ce commit 4fd0ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeModules/FCLVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set(FCL_PATCH_VERSION 3)
set(FCL_VERSION "${FCL_MAJOR_VERSION}.${FCL_MINOR_VERSION}.${FCL_PATCH_VERSION}")

# increment this when we have ABI changes
set(FCL_ABI_VERSION 5)
set(FCL_ABI_VERSION ${FCL_MAJOR_VERSION}.${FCL_MINOR_VERSION})

0 comments on commit 4fd0ae7

Please # to comment.