From aedd6ba09798862db63c69e0675dbfe88996dc52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Jen=C3=9Fen?= Date: Sun, 22 Sep 2024 12:13:49 +0200 Subject: [PATCH] qds: increase version to 4.7.0 Change-Id: I4c06f6769bf81e113d5f71d570d18dbdd6aac813 Reviewed-by: Tim Jenssen --- dist/branding/qtdesignstudio/QtCreatorIDEBranding.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/branding/qtdesignstudio/QtCreatorIDEBranding.cmake b/dist/branding/qtdesignstudio/QtCreatorIDEBranding.cmake index 998ca9c53a2..456815ba389 100644 --- a/dist/branding/qtdesignstudio/QtCreatorIDEBranding.cmake +++ b/dist/branding/qtdesignstudio/QtCreatorIDEBranding.cmake @@ -1,6 +1,6 @@ -set(IDE_VERSION "4.6.0") # The IDE version. -set(IDE_VERSION_COMPAT "4.6.0") # The IDE Compatibility version. -set(IDE_VERSION_DISPLAY "4.6") # The IDE display version. +set(IDE_VERSION "4.7.0") # The IDE version. +set(IDE_VERSION_COMPAT "4.7.0") # The IDE Compatibility version. +set(IDE_VERSION_DISPLAY "4.7") # The IDE display version. set(IDE_COPYRIGHT_YEAR "2024") # The IDE current copyright year. set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.