From cca45dcc9b65ef94133222365697cb182581b087 Mon Sep 17 00:00:00 2001 From: Marco Bubke Date: Wed, 26 Jun 2024 13:22:49 +0200 Subject: [PATCH] QmlDesigner: Fit branding with other version usage We use in blog entries 4.6, not 4.6.0. That makes the matching easier. Change-Id: Ib22433a5a2b7b8c7757f6a59a77c6a9438e26e69 Reviewed-by: Tim Jenssen --- dist/branding/qtdesignstudio/QtCreatorIDEBranding.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/branding/qtdesignstudio/QtCreatorIDEBranding.cmake b/dist/branding/qtdesignstudio/QtCreatorIDEBranding.cmake index bce3ed233e7..ebbd7edfe94 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.0") # The IDE display version. +set(IDE_VERSION_DISPLAY "4.6") # The IDE display version. set(IDE_COPYRIGHT_YEAR "2024") # The IDE current copyright year. set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.