From 3fab089d28886ba5b53a644bd6892de736c10484 Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Fri, 8 Nov 2024 22:21:19 +0100 Subject: [PATCH] rebuild with Qt Creator 14.0.2 due to ABI breakage between patch version --- CMakeLists.txt | 2 +- versions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ce91a098..311d46a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/versions.yaml b/versions.yaml index b2cd602b..3c1d45bf 100644 --- a/versions.yaml +++ b/versions.yaml @@ -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