From e6b2b45995565207522d1385bb3f33e945633387 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Mon, 6 Feb 2023 09:33:34 +0100 Subject: [PATCH] Release v1.2.0 --- include/dynamixel++/Dynamixel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dynamixel++/Dynamixel.hpp b/include/dynamixel++/Dynamixel.hpp index b6069b1..740be56 100644 --- a/include/dynamixel++/Dynamixel.hpp +++ b/include/dynamixel++/Dynamixel.hpp @@ -31,7 +31,7 @@ **************************************************************************************/ #define _107_LIBDYNAMIXELPLUSPLUS_BASE_MAJOR 0001 -#define _107_LIBDYNAMIXELPLUSPLUS_BASE_MINOR 0001 +#define _107_LIBDYNAMIXELPLUSPLUS_BASE_MINOR 0002 #define _107_LIBDYNAMIXELPLUSPLUS_BASE_PATCH 0000 #define _107_LIBDYNAMIXELPLUSPLUS_BASE_CONCAT_VERSION_(a,b,c) a ## b ## c