From e6ab2f947024282258cea8ab79387528bac6d24b Mon Sep 17 00:00:00 2001 From: Simone Girardi Date: Mon, 13 Nov 2023 13:44:20 +0100 Subject: [PATCH] bump version 1.26.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f2b9841b..b7653abe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.12) project(icub_firmware_shared - VERSION 1.36.2) + VERSION 1.36.3) find_package(YCM 0.11.0 REQUIRED)