From b057eb273d18109a8dc491048c0cea98e4eaf22c Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Sat, 6 Apr 2024 19:11:18 +0200 Subject: [PATCH] increment minor version for emtpy envvar fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 580c07f6..67a70c23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) -project(ROSProjectManager VERSION 13.0) +project(ROSProjectManager VERSION 13.1) if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") add_compile_options(-Werror -Wall -Wextra -Wpedantic -Wsuggest-override)