Skip to content
Snippets Groups Projects
Commit e3a67b41 authored by Mark Moll's avatar Mark Moll
Browse files

bump version

parent 3cb26847
No related branches found
No related tags found
No related merge requests found
# set the version in a way CMake can use
set(FCL_MAJOR_VERSION 0)
set(FCL_MINOR_VERSION 2)
set(FCL_PATCH_VERSION 4)
set(FCL_PATCH_VERSION 5)
set(FCL_VERSION "${FCL_MAJOR_VERSION}.${FCL_MINOR_VERSION}.${FCL_PATCH_VERSION}")
# 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