Skip to content

Commit

Permalink
version: set correct release version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Oct 26, 2018
1 parent a23a4e4 commit 11fcf9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 11fcf9b

Please sign in to comment.