aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2021-03-10 17:44:53 +0100
committerAlessandro Portale <alessandro.portale@qt.io>2021-03-11 08:48:12 +0000
commitac5bffc1e4989e485c21c3515c84a90adfdd1873 (patch)
tree632a128b3474fbb32f90310599371bb4fa736c7e
parent0af4f5152e7918d7e02823259482fe45b2c9c8f0 (diff)
More bumping of the Copyright Year to 2021
Also for the qmake and qbs based build systems. Amends: 0af4f5152e7918d7e02823259482fe45b2c9c8f0 Change-Id: Ifcf1730d7b2b28dd9582d5b3569f50e3b7c91e07 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--qbs/modules/qtc/qtc.qbs2
-rw-r--r--qtcreator_ide_branding.pri2
2 files changed, 2 insertions, 2 deletions
diff --git a/qbs/modules/qtc/qtc.qbs b/qbs/modules/qtc/qtc.qbs
index c64025f67b..0553724517 100644
--- a/qbs/modules/qtc/qtc.qbs
+++ b/qbs/modules/qtc/qtc.qbs
@@ -17,7 +17,7 @@ Module {
property string qtcreator_compat_version: ide_compat_version_major + '.'
+ ide_compat_version_minor + '.' + ide_compat_version_release
- property string qtcreator_copyright_year: '2020'
+ property string qtcreator_copyright_year: '2021'
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 614b2c1572..b6f68a4868 100644
--- a/qtcreator_ide_branding.pri
+++ b/qtcreator_ide_branding.pri
@@ -1,7 +1,7 @@
QTCREATOR_VERSION = 4.14.2
QTCREATOR_COMPAT_VERSION = 4.14.0
QTCREATOR_DISPLAY_VERSION = 4.14.2
-QTCREATOR_COPYRIGHT_YEAR = 2020
+QTCREATOR_COPYRIGHT_YEAR = 2021
IDE_DISPLAY_NAME = Qt Creator
IDE_ID = qtcreator