From c7c69eaae10263e8102cdf9617b892df8355a1e8 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Mon, 28 Oct 2024 09:41:44 +0100 Subject: [PATCH] Bump version to 13.1.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a6ae9f2702..024dfba04c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16) -project(iDynTree VERSION 13.1.0 +project(iDynTree VERSION 13.1.1 LANGUAGES C CXX) # Disable in source build, unless Eclipse is used