Skip to content

Commit

Permalink
increment minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch authored and christian-rauch committed Aug 3, 2024
1 parent 8acb99d commit 31f2abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 31f2abb

Please sign in to comment.