From a42ac509195257fb6c5bdcddfdaf5e433c80b332 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Wed, 18 Sep 2024 00:07:03 +0200 Subject: [PATCH] Bump version to 13.0.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9eccd9bec2..c8d6f1667d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16) -project(iDynTree VERSION 12.5.0 +project(iDynTree VERSION 13.0.0 LANGUAGES C CXX) # Disable in source build, unless Eclipse is used