Skip to content

Commit

Permalink
bump minor version to trigger release of amd64 Debian packages
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch authored and christian-rauch committed Jan 17, 2025
1 parent dc91d03 commit 0122c99
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
Expand Up @@ -8,7 +8,7 @@ set(QTC_COMPAT_MAJOR ${CMAKE_MATCH_1})
string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)" QTC_VER_DISPLAY ${IDE_VERSION_DISPLAY})
set(QTC_DISPLAY_MAJOR ${CMAKE_MATCH_1})

project(ROSProjectManager VERSION ${QTC_DISPLAY_MAJOR}.1)
project(ROSProjectManager VERSION ${QTC_DISPLAY_MAJOR}.2)

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 0122c99

Please sign in to comment.