Skip to content

Commit ebd994f

Browse files
christianrauchchristian-rauch
authored andcommitted
Qt Creator 17.0.1
1 parent e16cc83 commit ebd994f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set(QTC_COMPAT_MAJOR ${CMAKE_MATCH_1})
88
string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)" QTC_VER_DISPLAY ${IDE_VERSION_DISPLAY})
99
set(QTC_DISPLAY_MAJOR ${CMAKE_MATCH_1})
1010

11-
set(PLUGIN_MINOR 0)
11+
set(PLUGIN_MINOR 1)
1212

1313
project(ROSProjectManager VERSION ${QTC_DISPLAY_MAJOR}.${PLUGIN_MINOR})
1414

versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Only the MAJOR version is required. Omitting MINOR and PATCH
99
# will implicitly replace them with '0'.
1010

11-
qtc_version: "17.0.0"
11+
qtc_version: "17.0.1"
1212
qtc_modules: ["qtcreator", "qtcreator_dev"]
1313

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

0 commit comments

Comments
 (0)