Skip to content

Commit

Permalink
build and release for Qt Creator 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch authored and christian-rauch committed Feb 6, 2025
1 parent aab82fc commit 6de1894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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}.2)
project(ROSProjectManager VERSION ${QTC_DISPLAY_MAJOR}.3)

if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Werror -Wall -Wextra -Wpedantic -Wsuggest-override)
Expand Down
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Only the MAJOR version is required. Omitting MINOR and PATCH
# will implicitly replace them with '0'.

qtc_version: "15"
qtc_version: "15.0.1"
qtc_modules: ["qtcreator", "qtcreator_dev"]

# To use a "development" version, set the 'qtc_dev_tag' to a valid
Expand Down

0 comments on commit 6de1894

Please sign in to comment.