Skip to content

Commit

Permalink
rebuild with Qt Creator 14.0.2 due to ABI breakage between patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch authored and christian-rauch committed Nov 8, 2024
1 parent 27eaf99 commit 3fab089
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
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)

project(ROSProjectManager VERSION 14.2)
project(ROSProjectManager VERSION 14.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: "14"
qtc_version: "14.0.2"
qtc_modules: ["qtcreator", "qtcreator_dev"]

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

0 comments on commit 3fab089

Please sign in to comment.