From 58f2bdaa9b5db4c480fa3660f0c2770ab4bccafe Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Wed, 19 Jan 2022 13:31:53 +0100 Subject: Bump version to 6.0.3 Change-Id: I77600bb39157c7c228e1fd0aee86c4f3ec9e7e65 Reviewed-by: Eike Ziller --- cmake/QtCreatorIDEBranding.cmake | 4 ++-- qbs/modules/qtc/qtc.qbs | 4 ++-- qtcreator_ide_branding.pri | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cmake/QtCreatorIDEBranding.cmake b/cmake/QtCreatorIDEBranding.cmake index e72071ff4f..c9287ebdfd 100644 --- a/cmake/QtCreatorIDEBranding.cmake +++ b/cmake/QtCreatorIDEBranding.cmake @@ -1,6 +1,6 @@ -set(IDE_VERSION "6.0.2") # The IDE version. +set(IDE_VERSION "6.0.3") # The IDE version. set(IDE_VERSION_COMPAT "6.0.0") # The IDE Compatibility version. -set(IDE_VERSION_DISPLAY "6.0.2") # The IDE display version. +set(IDE_VERSION_DISPLAY "6.0.3") # The IDE display version. set(IDE_COPYRIGHT_YEAR "2021") # The IDE current copyright year. set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation. diff --git a/qbs/modules/qtc/qtc.qbs b/qbs/modules/qtc/qtc.qbs index 0090181cab..ba2baf7f0a 100644 --- a/qbs/modules/qtc/qtc.qbs +++ b/qbs/modules/qtc/qtc.qbs @@ -3,10 +3,10 @@ import qbs.Environment import qbs.FileInfo Module { - property string qtcreator_display_version: '6.0.2' + property string qtcreator_display_version: '6.0.3' property string ide_version_major: '6' property string ide_version_minor: '0' - property string ide_version_release: '2' + property string ide_version_release: '3' property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.' + ide_version_release diff --git a/qtcreator_ide_branding.pri b/qtcreator_ide_branding.pri index 108540220f..8e713b353b 100644 --- a/qtcreator_ide_branding.pri +++ b/qtcreator_ide_branding.pri @@ -1,6 +1,6 @@ -QTCREATOR_VERSION = 6.0.2 +QTCREATOR_VERSION = 6.0.3 QTCREATOR_COMPAT_VERSION = 6.0.0 -QTCREATOR_DISPLAY_VERSION = 6.0.2 +QTCREATOR_DISPLAY_VERSION = 6.0.3 QTCREATOR_COPYRIGHT_YEAR = 2021 IDE_DISPLAY_NAME = Qt Creator -- cgit v1.2.3