Skip to content

Commit

Permalink
Qt Creator 11
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch authored and christian-rauch committed Jul 24, 2023
1 parent c7abb56 commit 21eab9a
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 10.0)
project(ROSProjectManager VERSION 11.0)

if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
add_link_options("-Wl,-z,relro,-z,now,-z,defs")
Expand Down
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# - https://download.qt.io/official_releases/qtcreator/
# for valid versions
# the version schema is: {major}[.{minor}][.{patch}][-{devel}]
qtc_version: "10"
qtc_version: "11"
qtc_modules: ["qtcreator", "qtcreator_dev"]

qt_version: "6.4"
Expand Down

0 comments on commit 21eab9a

Please sign in to comment.