From 001eef320a070e42d956387ef62b18240d688a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Genesio=20=28=E4=BA=8C=E3=82=B3=E3=82=B2?= =?UTF-8?q?=E3=83=8D=29?= Date: Wed, 15 Nov 2023 14:11:31 +0100 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b39dd2f8..1838286b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.12) project(ergocub-software - VERSION 0.5.0) + VERSION 0.6.0) # Give error if add_dependencies is called on a non-existing target if(POLICY CMP0046)