From a0c50d191eb7ae9ccd2ac0bfbf9b9f7ca8d3160f Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Sat, 25 Jan 2025 00:05:14 +0100 Subject: [PATCH] Fix wrong version number (13.2.1 was released with 13.2.0 metadata) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4559be0ed8..99b2466de1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16) -project(iDynTree VERSION 13.2.0 +project(iDynTree VERSION 13.2.2 LANGUAGES C CXX) # Disable in source build, unless Eclipse is used