Skip to content
Snippets Groups Projects
Commit 17bb5941 authored by Ioan Sucan's avatar Ioan Sucan
Browse files

bump version

parent 605eab57
No related branches found
No related tags found
No related merge requests found
# set the version in a way CMake can use # set the version in a way CMake can use
set(FCL_MAJOR_VERSION 0) set(FCL_MAJOR_VERSION 0)
set(FCL_MINOR_VERSION 2) set(FCL_MINOR_VERSION 3)
set(FCL_PATCH_VERSION 9) set(FCL_PATCH_VERSION 0)
set(FCL_VERSION "${FCL_MAJOR_VERSION}.${FCL_MINOR_VERSION}.${FCL_PATCH_VERSION}") set(FCL_VERSION "${FCL_MAJOR_VERSION}.${FCL_MINOR_VERSION}.${FCL_PATCH_VERSION}")
# increment this when we have ABI changes # increment this when we have ABI changes
set(FCL_ABI_VERSION 3) set(FCL_ABI_VERSION 4)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment