summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-06-10 09:07:22 +0200
committerEike Ziller <eike.ziller@qt.io>2021-06-10 07:07:43 +0000
commitb423523852dc4ae0907c3bd3bb17f7e334d5c432 (patch)
tree65a299c7a71e2f9682dc23cd1638e30672788c42
parent0a497287270d479d7fde5109b2b51683b590c8b2 (diff)
downloadqt-creator-b423523852dc4ae0907c3bd3bb17f7e334d5c432.tar.gz
Bump version to 4.15.2
Change-Id: Ida5406673616350ad6656533de179342ab320171 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 c442988571..a3a3b933af 100644
--- a/cmake/QtCreatorIDEBranding.cmake
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -1,6 +1,6 @@
-set(IDE_VERSION "4.15.1") # The IDE version.
+set(IDE_VERSION "4.15.2") # The IDE version.
set(IDE_VERSION_COMPAT "4.15.0") # The IDE Compatibility version.
-set(IDE_VERSION_DISPLAY "4.15.1") # The IDE display version.
+set(IDE_VERSION_DISPLAY "4.15.2") # The IDE display version.
set(IDE_COPYRIGHT_YEAR "2021") # 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 864bfb910e..924ad1f533 100644
--- a/qbs/modules/qtc/qtc.qbs
+++ b/qbs/modules/qtc/qtc.qbs
@@ -3,10 +3,10 @@ import qbs.Environment
import qbs.FileInfo
Module {
- property string qtcreator_display_version: '4.15.1'
+ property string qtcreator_display_version: '4.15.2'
property string ide_version_major: '4'
property string ide_version_minor: '15'
- 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 2bd6d479ba..135ccdf518 100644
--- a/qtcreator_ide_branding.pri
+++ b/qtcreator_ide_branding.pri
@@ -1,6 +1,6 @@
-QTCREATOR_VERSION = 4.15.1
+QTCREATOR_VERSION = 4.15.2
QTCREATOR_COMPAT_VERSION = 4.15.0
-QTCREATOR_DISPLAY_VERSION = 4.15.1
+QTCREATOR_DISPLAY_VERSION = 4.15.2
QTCREATOR_COPYRIGHT_YEAR = 2021
IDE_DISPLAY_NAME = Qt Creator