From ed97f8172a73cc6773bce259c95d86d388ce9131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Jen=C3=9Fen?= Date: Fri, 17 May 2024 08:55:49 +0200 Subject: [PATCH] qds: increase version to 4.6.0 Change-Id: I5d99ba1e92399170d9fd828df573f33503ee4b12 Reviewed-by: Reviewed-by: Qt CI Patch Build Bot 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 204cedffdb1..69479620f8d 100644 --- a/dist/branding/qtdesignstudio/QtCreatorIDEBranding.cmake +++ b/dist/branding/qtdesignstudio/QtCreatorIDEBranding.cmake @@ -1,6 +1,6 @@ -set(IDE_VERSION "4.5.0") # The IDE version. -set(IDE_VERSION_COMPAT "4.5.0") # The IDE Compatibility version. -set(IDE_VERSION_DISPLAY "4.5.0") # The IDE display version. +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.0") # The IDE display version. set(IDE_COPYRIGHT_YEAR "2024") # The IDE current copyright year. set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.