Skip to content
GitLab
Menu
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
49a6edfa
Commit
49a6edfa
authored
Oct 27, 2014
by
Ioan Sucan
Browse files
bump version
parent
a9a65b29
Changes
1
Show whitespace changes
Inline
Side-by-side
CMakeModules/FCLVersion.cmake
View file @
49a6edfa
# set the version in a way CMake can use
set
(
FCL_MAJOR_VERSION 0
)
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
}
"
)
# increment this when we have ABI changes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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