Bump version to 9.0.0-rc1

Change-Id: If9f046539e70e8aba9af367472b76bac853198b8
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2022-10-26 13:40:55 +02:00
parent a2c052089b
commit 91257b3e76
3 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
set(IDE_VERSION "8.0.83") # The IDE version. set(IDE_VERSION "8.0.84") # The IDE version.
set(IDE_VERSION_COMPAT "8.0.83") # The IDE Compatibility version. set(IDE_VERSION_COMPAT "8.0.84") # The IDE Compatibility version.
set(IDE_VERSION_DISPLAY "9.0.0-beta2") # The IDE display version. set(IDE_VERSION_DISPLAY "9.0.0-rc1") # The IDE display version.
set(IDE_COPYRIGHT_YEAR "2022") # 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.

View File

@@ -6,16 +6,16 @@ import qbs.Utilities
Module { Module {
Depends { name: "cpp"; required: false } Depends { name: "cpp"; required: false }
property string qtcreator_display_version: '9.0.0-beta2' property string qtcreator_display_version: '9.0.0-rc1'
property string ide_version_major: '8' property string ide_version_major: '8'
property string ide_version_minor: '0' property string ide_version_minor: '0'
property string ide_version_release: '83' property string ide_version_release: '84'
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.' property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.'
+ ide_version_release + ide_version_release
property string ide_compat_version_major: '8' property string ide_compat_version_major: '8'
property string ide_compat_version_minor: '0' property string ide_compat_version_minor: '0'
property string ide_compat_version_release: '83' property string ide_compat_version_release: '84'
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

View File

@@ -1,6 +1,6 @@
QTCREATOR_VERSION = 8.0.83 QTCREATOR_VERSION = 8.0.84
QTCREATOR_COMPAT_VERSION = 8.0.83 QTCREATOR_COMPAT_VERSION = 8.0.84
QTCREATOR_DISPLAY_VERSION = 9.0.0-beta2 QTCREATOR_DISPLAY_VERSION = 9.0.0-rc1
QTCREATOR_COPYRIGHT_YEAR = 2022 QTCREATOR_COPYRIGHT_YEAR = 2022
IDE_DISPLAY_NAME = Qt Creator IDE_DISPLAY_NAME = Qt Creator