From 6024e3fd07cb8c3fcd50d8c96f15b23e735e132d Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Wed, 23 Oct 2024 22:59:17 +0200 Subject: [PATCH] release 14.2 for script updates and DEB artifact --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bf965c7..ce91a098 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) -project(ROSProjectManager VERSION 14.1) +project(ROSProjectManager VERSION 14.2) if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") add_compile_options(-Werror -Wall -Wextra -Wpedantic -Wsuggest-override)