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