Update copyright year

Change-Id: I42049e2b3a78ee3968e3df7dfea229c3927c3a75
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Eike Ziller
2022-01-19 13:32:47 +01:00
parent 58f2bdaa9b
commit f708e0e70c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
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.3") # The IDE display version.
set(IDE_COPYRIGHT_YEAR "2021") # The IDE current copyright year.
set(IDE_COPYRIGHT_YEAR "2022") # The IDE current copyright year.
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.
set(IDE_DISPLAY_NAME "Qt Creator") # The IDE display name.

View File

@@ -16,7 +16,7 @@ Module {
property string qtcreator_compat_version: ide_compat_version_major + '.'
+ ide_compat_version_minor + '.' + ide_compat_version_release
property string qtcreator_copyright_year: '2021'
property string qtcreator_copyright_year: '2022'
property string qtcreator_copyright_string: "(C) " + qtcreator_copyright_year + " The Qt Company Ltd"
property string ide_display_name: 'Qt Creator'

View File

@@ -1,7 +1,7 @@
QTCREATOR_VERSION = 6.0.3
QTCREATOR_COMPAT_VERSION = 6.0.0
QTCREATOR_DISPLAY_VERSION = 6.0.3
QTCREATOR_COPYRIGHT_YEAR = 2021
QTCREATOR_COPYRIGHT_YEAR = 2022
IDE_DISPLAY_NAME = Qt Creator
IDE_ID = qtcreator