We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23a4e4 commit 11fcf9bCopy full SHA for 11fcf9b
src/macros.hpp
@@ -22,8 +22,8 @@
22
23
/// \brief Define the current version of Pinocchio
24
#define PINOCCHIO_MAJOR_VERSION 1
25
-#define PINOCCHIO_MINOR_VERSION 2
26
-#define PINOCCHIO_PATCH_VERSION 9
+#define PINOCCHIO_MINOR_VERSION 3
+#define PINOCCHIO_PATCH_VERSION 2
27
28
/// \brief Macro to check the current Pinocchio version against a version provided by x.y.z
29
#define PINOCCHIO_VERSION_AT_LEAST(x,y,z) (PINOCCHIO_MAJOR_VERSION>x || (PINOCCHIO_MAJOR_VERSION>=x && \
0 commit comments