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
Stack Of Tasks
pinocchio
Commits
11fcf9b8
Verified
Commit
11fcf9b8
authored
Oct 26, 2018
by
Justin Carpentier
Browse files
version: set correct release version
parent
a23a4e4c
Pipeline
#1820
passed with stage
in 168 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/macros.hpp
View file @
11fcf9b8
...
...
@@ -22,8 +22,8 @@
/// \brief Define the current version of Pinocchio
#define PINOCCHIO_MAJOR_VERSION 1
#define PINOCCHIO_MINOR_VERSION
2
#define PINOCCHIO_PATCH_VERSION
9
#define PINOCCHIO_MINOR_VERSION
3
#define PINOCCHIO_PATCH_VERSION
2
/// \brief Macro to check the current Pinocchio version against a version provided by x.y.z
#define PINOCCHIO_VERSION_AT_LEAST(x,y,z) (PINOCCHIO_MAJOR_VERSION>x || (PINOCCHIO_MAJOR_VERSION>=x && \
...
...
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