aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-10-06 10:36:52 +0200
committerEike Ziller <eike.ziller@qt.io>2021-10-06 08:37:22 +0000
commit9dd6b59983b607aacd3b582ea6ed3970f82f945f (patch)
treee2c3acae680b46b03fa52d1cdcd91f8f47668c68
parent53a4bc35445ffa8f3e10afad93b23aeb3875e277 (diff)
Bump version to 5.0.3
Change-Id: Iba72b6b0ff1d13a35b6d7473b0617ecb80afa164 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 5d19f3fcc4..2edbc46eed 100644
--- a/cmake/QtCreatorIDEBranding.cmake
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -1,6 +1,6 @@
-set(IDE_VERSION "5.0.2") # The IDE version.
+set(IDE_VERSION "5.0.3") # The IDE version.
set(IDE_VERSION_COMPAT "5.0.0") # The IDE Compatibility version.
-set(IDE_VERSION_DISPLAY "5.0.2") # The IDE display version.
+set(IDE_VERSION_DISPLAY "5.0.3") # 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 587b66df3c..40d02fc927 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: '5.0.2'
+ property string qtcreator_display_version: '5.0.3'
property string ide_version_major: '5'
property string ide_version_minor: '0'
- property string ide_version_release: '2'
+ property string ide_version_release: '3'
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 e685d1488f..1ab94df1f2 100644
--- a/qtcreator_ide_branding.pri
+++ b/qtcreator_ide_branding.pri
@@ -1,6 +1,6 @@
-QTCREATOR_VERSION = 5.0.2
+QTCREATOR_VERSION = 5.0.3
QTCREATOR_COMPAT_VERSION = 5.0.0
-QTCREATOR_DISPLAY_VERSION = 5.0.2
+QTCREATOR_DISPLAY_VERSION = 5.0.3
QTCREATOR_COPYRIGHT_YEAR = 2021
IDE_DISPLAY_NAME = Qt Creator