forked from qt-creator/qt-creator
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:
@@ -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'
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user