From 3eb5d71d827f65f049f5774eca5f66f281cd7605 Mon Sep 17 00:00:00 2001 From: Ugo Pattacini Date: Wed, 15 Nov 2023 14:32:59 +0100 Subject: [PATCH] bumped v2.5.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bc92ba91c..5099dda502 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.0) +project(robots-configuration VERSION 2.5.1) find_package(YCM REQUIRED) find_package(YARP REQUIRED)