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

bump version

parent a9a65b29
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 3) set(FCL_MINOR_VERSION 3)
set(FCL_PATCH_VERSION 1) set(FCL_PATCH_VERSION 2)
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
......
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