aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-02-24 19:50:39 +0100
committerEike Ziller <eike.ziller@qt.io>2021-02-24 18:51:04 +0000
commitfc5af03862d117b68a3fb99db083c47b9dd17ff6 (patch)
treee1767ad486cdaa02ec7b94ff155ff15ce45257da
parentd8a35381cf3c0cb8d994e502b1ecd15374fe0750 (diff)
Bump version to 4.14.2
Change-Id: I792587c71eadf0b2602d73e7fa4be324cc2766cf Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--cmake/QtCreatorIDEBranding.cmake4
-rw-r--r--qbs/modules/qtc/qtc.qbs4
-rw-r--r--qtcreator_ide_branding.pri4
3 files changed, 6 insertions, 6 deletions
diff --git a/cmake/QtCreatorIDEBranding.cmake b/cmake/QtCreatorIDEBranding.cmake
index a431bb7343..b9c7f5d491 100644
--- a/cmake/QtCreatorIDEBranding.cmake
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -1,6 +1,6 @@
-set(IDE_VERSION "4.14.1") # The IDE version.
+set(IDE_VERSION "4.14.2") # The IDE version.
set(IDE_VERSION_COMPAT "4.14.0") # The IDE Compatibility version.
-set(IDE_VERSION_DISPLAY "4.14.1") # The IDE display version.
+set(IDE_VERSION_DISPLAY "4.14.2") # The IDE display version.
set(IDE_COPYRIGHT_YEAR "2020") # The IDE current copyright year.
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.
diff --git a/qbs/modules/qtc/qtc.qbs b/qbs/modules/qtc/qtc.qbs
index 3c67ce83e5..c64025f67b 100644
--- a/qbs/modules/qtc/qtc.qbs
+++ b/qbs/modules/qtc/qtc.qbs
@@ -4,10 +4,10 @@ import qbs.FileInfo
import "qtc.js" as HelperFunctions
Module {
- property string qtcreator_display_version: '4.14.1'
+ property string qtcreator_display_version: '4.14.2'
property string ide_version_major: '4'
property string ide_version_minor: '14'
- property string ide_version_release: '1'
+ property string ide_version_release: '2'
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.'
+ ide_version_release
diff --git a/qtcreator_ide_branding.pri b/qtcreator_ide_branding.pri
index f9fbc83a83..614b2c1572 100644
--- a/qtcreator_ide_branding.pri
+++ b/qtcreator_ide_branding.pri
@@ -1,6 +1,6 @@
-QTCREATOR_VERSION = 4.14.1
+QTCREATOR_VERSION = 4.14.2
QTCREATOR_COMPAT_VERSION = 4.14.0
-QTCREATOR_DISPLAY_VERSION = 4.14.1
+QTCREATOR_DISPLAY_VERSION = 4.14.2
QTCREATOR_COPYRIGHT_YEAR = 2020
IDE_DISPLAY_NAME = Qt Creator