From 4629ec927eafb0b0d8ff2cc7cbe2ef2f431c7cd6 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Mon, 24 May 2021 17:59:00 +0200 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index be83caa5..02e7f66f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # GNU Lesser General Public License v2.1 or any later version. cmake_minimum_required(VERSION 3.5) -project(WB-Toolbox LANGUAGES CXX VERSION 5) +project(WB-Toolbox LANGUAGES CXX VERSION 5.4.0) if(WBT_BUILD_DOCS) add_subdirectory(doc)