More bumping of the Copyright Year to 2021

Also for the qmake and qbs based build systems.
Amends: 0af4f5152e

Change-Id: Ifcf1730d7b2b28dd9582d5b3569f50e3b7c91e07
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Alessandro Portale
2021-03-10 17:44:53 +01:00
parent 0af4f5152e
commit ac5bffc1e4
2 changed files with 2 additions and 2 deletions

View File

@@ -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'

View File

@@ -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