Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
00829132
Commit
00829132
authored
Apr 17, 2013
by
Ioan Sucan
Browse files
bump version
parent
6a63c0f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeModules/FCLVersion.cmake
View file @
00829132
# set the version in a way CMake can use
set
(
FCL_MAJOR_VERSION 0
)
set
(
FCL_MINOR_VERSION 2
)
set
(
FCL_PATCH_VERSION
8
)
set
(
FCL_PATCH_VERSION
9
)
set
(
FCL_VERSION
"
${
FCL_MAJOR_VERSION
}
.
${
FCL_MINOR_VERSION
}
.
${
FCL_PATCH_VERSION
}
"
)
# increment this when we have ABI changes
set
(
FCL_ABI_VERSION
2
)
set
(
FCL_ABI_VERSION
3
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment