From 11fcf9b8d112326b25361126887fc26e3b345577 Mon Sep 17 00:00:00 2001 From: Justin Carpentier Date: Fri, 26 Oct 2018 13:38:10 +0200 Subject: [PATCH] version: set correct release version --- src/macros.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/macros.hpp b/src/macros.hpp index b15e1c9f20..29bcca8a47 100644 --- a/src/macros.hpp +++ b/src/macros.hpp @@ -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 && \