Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
planning
ThirdParty
fcl
Commits
a95bb119
Commit
a95bb119
authored
12 years ago
by
Ioan Sucan
Browse files
Options
Download
Email Patches
Plain Diff
bump version
parent
43ba254d
master
0.7.0
0.6.1
0.6.0RC
0.5.0
0.4.1
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
v0.6.1
v0.6.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeModules/FCLVersion.cmake
+1
-1
CMakeModules/FCLVersion.cmake
with
1 addition
and
1 deletion
+1
-1
CMakeModules/FCLVersion.cmake
+
1
-
1
View file @
a95bb119
# set the version in a way CMake can use
set
(
FCL_MAJOR_VERSION 0
)
set
(
FCL_MINOR_VERSION 2
)
set
(
FCL_PATCH_VERSION
3
)
set
(
FCL_PATCH_VERSION
4
)
set
(
FCL_VERSION
"
${
FCL_MAJOR_VERSION
}
.
${
FCL_MINOR_VERSION
}
.
${
FCL_PATCH_VERSION
}
"
)
# increment this when we have ABI changes
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets