From 6de189497bd81be67d9ff3c2c29d405b2f6bf6d6 Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Thu, 6 Feb 2025 21:36:00 +0100 Subject: [PATCH] build and release for Qt Creator 15.0.1 --- CMakeLists.txt | 2 +- versions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 817935ac..c85fd5bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/versions.yaml b/versions.yaml index b564d88c..9ccc77d0 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: "15" +qtc_version: "15.0.1" qtc_modules: ["qtcreator", "qtcreator_dev"] # To use a "development" version, set the 'qtc_dev_tag' to a valid