From 817f4628b7dcecae9e3d63eb40b4a2c77da12b41 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <thomas.hartmann@qt.io> Date: Wed, 31 Aug 2022 07:16:32 +0000 Subject: [PATCH] Bump version number to 3.6.0. --- designstudio/studiodata/branding/QtCreatorIDEBranding.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/designstudio/studiodata/branding/QtCreatorIDEBranding.cmake b/designstudio/studiodata/branding/QtCreatorIDEBranding.cmake index bffbad5..eaddd7b 100644 --- a/designstudio/studiodata/branding/QtCreatorIDEBranding.cmake +++ b/designstudio/studiodata/branding/QtCreatorIDEBranding.cmake @@ -1,6 +1,6 @@ -set(IDE_VERSION "3.5.0") # The IDE version. -set(IDE_VERSION_COMPAT "3.5.0") # The IDE Compatibility version. -set(IDE_VERSION_DISPLAY "3.5.0") # The IDE display version. +set(IDE_VERSION "3.6.0") # The IDE version. +set(IDE_VERSION_COMPAT "3.6.0") # The IDE Compatibility version. +set(IDE_VERSION_DISPLAY "3.6.0") # The IDE display version. set(IDE_COPYRIGHT_YEAR "2022") # The IDE current copyright year. set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation. -- GitLab