From cb2bde343a3fb602db6c5ff42cc12f7ceefead5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Jen=C3=9Fen?= Date: Wed, 2 Oct 2024 11:49:08 +0200 Subject: [PATCH] qds: increase version to 4.6.1 Change-Id: I8deeeb53e5a84741ca9b1b7ec440089392095f5e Reviewed-by: Tim Jenssen --- dist/branding/qtdesignstudio/QtCreatorIDEBranding.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/branding/qtdesignstudio/QtCreatorIDEBranding.cmake b/dist/branding/qtdesignstudio/QtCreatorIDEBranding.cmake index 1c7b0e7ee7a..4afb68dacaa 100644 --- a/dist/branding/qtdesignstudio/QtCreatorIDEBranding.cmake +++ b/dist/branding/qtdesignstudio/QtCreatorIDEBranding.cmake @@ -1,5 +1,5 @@ -set(IDE_VERSION "4.6.0") # The IDE version. -set(IDE_VERSION_COMPAT "4.6.0") # The IDE Compatibility version. +set(IDE_VERSION "4.6.1") # The IDE version. +set(IDE_VERSION_COMPAT "4.6.1") # The IDE Compatibility version. set(IDE_VERSION_DISPLAY "4.6") # The IDE display version. set(IDE_COPYRIGHT_YEAR "2024") # The IDE current copyright year.