Skip to content

Commit

Permalink
bump minor version to trigger release of Qt Creator Debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch authored and christian-rauch committed Dec 29, 2024
1 parent c2ba452 commit 614c46a
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}.0)
project(ROSProjectManager VERSION ${QTC_DISPLAY_MAJOR}.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 614c46a

Please sign in to comment.