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)