Skip to content

Commit 11fcf9b

Browse files
committed
version: set correct release version
1 parent a23a4e4 commit 11fcf9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/macros.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
/// \brief Define the current version of Pinocchio
2424
#define PINOCCHIO_MAJOR_VERSION 1
25-
#define PINOCCHIO_MINOR_VERSION 2
26-
#define PINOCCHIO_PATCH_VERSION 9
25+
#define PINOCCHIO_MINOR_VERSION 3
26+
#define PINOCCHIO_PATCH_VERSION 2
2727

2828
/// \brief Macro to check the current Pinocchio version against a version provided by x.y.z
2929
#define PINOCCHIO_VERSION_AT_LEAST(x,y,z) (PINOCCHIO_MAJOR_VERSION>x || (PINOCCHIO_MAJOR_VERSION>=x && \

0 commit comments

Comments
 (0)