aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cmake/QtCreatorIDEBranding.cmake2
-rw-r--r--qbs/modules/qtc/qtc.qbs2
-rw-r--r--qtcreator_ide_branding.pri2
3 files changed, 3 insertions, 3 deletions
diff --git a/cmake/QtCreatorIDEBranding.cmake b/cmake/QtCreatorIDEBranding.cmake
index c9287ebdfd..c2121aede0 100644
--- a/cmake/QtCreatorIDEBranding.cmake
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -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.
diff --git a/qbs/modules/qtc/qtc.qbs b/qbs/modules/qtc/qtc.qbs
index ba2baf7f0a..e9e2672829 100644
--- a/qbs/modules/qtc/qtc.qbs
+++ b/qbs/modules/qtc/qtc.qbs
@@ -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'
diff --git a/qtcreator_ide_branding.pri b/qtcreator_ide_branding.pri
index 8e713b353b..aeba4fab12 100644
--- a/qtcreator_ide_branding.pri
+++ b/qtcreator_ide_branding.pri
@@ -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