forked from qt-creator/qt-creator
Update copyright year
Change-Id: I42049e2b3a78ee3968e3df7dfea229c3927c3a75 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
set(IDE_VERSION "6.0.3") # The IDE version.
|
set(IDE_VERSION "6.0.3") # The IDE version.
|
||||||
set(IDE_VERSION_COMPAT "6.0.0") # The IDE Compatibility 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_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_SETTINGSVARIANT "QtProject") # The IDE settings variation.
|
||||||
set(IDE_DISPLAY_NAME "Qt Creator") # The IDE display name.
|
set(IDE_DISPLAY_NAME "Qt Creator") # The IDE display name.
|
||||||
|
@@ -16,7 +16,7 @@ Module {
|
|||||||
property string qtcreator_compat_version: ide_compat_version_major + '.'
|
property string qtcreator_compat_version: ide_compat_version_major + '.'
|
||||||
+ ide_compat_version_minor + '.' + ide_compat_version_release
|
+ 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 qtcreator_copyright_string: "(C) " + qtcreator_copyright_year + " The Qt Company Ltd"
|
||||||
|
|
||||||
property string ide_display_name: 'Qt Creator'
|
property string ide_display_name: 'Qt Creator'
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
QTCREATOR_VERSION = 6.0.3
|
QTCREATOR_VERSION = 6.0.3
|
||||||
QTCREATOR_COMPAT_VERSION = 6.0.0
|
QTCREATOR_COMPAT_VERSION = 6.0.0
|
||||||
QTCREATOR_DISPLAY_VERSION = 6.0.3
|
QTCREATOR_DISPLAY_VERSION = 6.0.3
|
||||||
QTCREATOR_COPYRIGHT_YEAR = 2021
|
QTCREATOR_COPYRIGHT_YEAR = 2022
|
||||||
|
|
||||||
IDE_DISPLAY_NAME = Qt Creator
|
IDE_DISPLAY_NAME = Qt Creator
|
||||||
IDE_ID = qtcreator
|
IDE_ID = qtcreator
|
||||||
|
Reference in New Issue
Block a user