From 31f2abb4209df540f8b6ec8cdc1c960f6a1db57c Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Sat, 3 Aug 2024 00:11:49 +0200 Subject: [PATCH] increment minor version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b9f20d23..0cff8c24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) -project(ROSProjectManager VERSION 14.0) +project(ROSProjectManager VERSION 14.1) if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") add_compile_options(-Werror -Wall -Wextra -Wpedantic -Wsuggest-override)