summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-01-19 13:32:47 +0100
committerEike Ziller <eike.ziller@qt.io>2022-01-19 12:34:26 +0000
commitf708e0e70c144400f5582dacd6123c4f3cf777cc (patch)
tree535d1adcd51c1e5b225cc4e4c2dbfdc0ec0e0f93
parent58f2bdaa9b5db4c480fa3660f0c2770ab4bccafe (diff)
downloadqt-creator-f708e0e70c144400f5582dacd6123c4f3cf777cc.tar.gz
Update copyright year
Change-Id: I42049e2b3a78ee3968e3df7dfea229c3927c3a75 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-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