From 9055786a822dce2b69fee7b5af6c4a90eee2bdc3 Mon Sep 17 00:00:00 2001 From: Ugo Pattacini Date: Wed, 28 Feb 2024 13:41:13 +0100 Subject: [PATCH] bumped v2.6.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 44f19187f0..05bd4f96f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # CopyPolicy: Released under the terms of the GNU GPL v2.0. cmake_minimum_required(VERSION 3.12) -project(robots-configuration VERSION 2.5.2) +project(robots-configuration VERSION 2.6.0) find_package(YCM REQUIRED) find_package(YARP REQUIRED)