Bump displayed copyright year

Change-Id: I5cb95e9b4736279b547208f303a5453f5a4f9dc5
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Eike Ziller
2018-01-17 13:45:36 +01:00
parent 45f1547ffe
commit 205387ad06
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: '2017'
property string qtcreator_copyright_year: '2018'
property string libDirName: "lib"
property string ide_app_path: qbs.targetOS.contains("macos") ? "" : "bin"

View File

@@ -5,7 +5,7 @@ QTCREATOR_VERSION = 4.5.1
QTCREATOR_COMPAT_VERSION = 4.5.0
VERSION = $$QTCREATOR_VERSION
QTCREATOR_DISPLAY_VERSION = 4.5.1
QTCREATOR_COPYRIGHT_YEAR = 2017
QTCREATOR_COPYRIGHT_YEAR = 2018
BINARY_ARTIFACTS_BRANCH = master
CONFIG += c++14