forked from qt-creator/qt-creator
Bump version to 10.0.0-rc1
Change-Id: I3aee0fbdd05a3ebc438c4ff62a43dafb6856e7a7 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
set(IDE_VERSION "9.0.83") # The IDE version.
|
||||
set(IDE_VERSION_COMPAT "9.0.83") # The IDE Compatibility version.
|
||||
set(IDE_VERSION_DISPLAY "10.0.0-beta2") # The IDE display version.
|
||||
set(IDE_VERSION "9.0.84") # The IDE version.
|
||||
set(IDE_VERSION_COMPAT "9.0.84") # The IDE Compatibility version.
|
||||
set(IDE_VERSION_DISPLAY "10.0.0-rc1") # The IDE display version.
|
||||
set(IDE_COPYRIGHT_YEAR "2023") # The IDE current copyright year.
|
||||
|
||||
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.
|
||||
|
@@ -6,16 +6,16 @@ import qbs.Utilities
|
||||
Module {
|
||||
Depends { name: "cpp"; required: false }
|
||||
|
||||
property string qtcreator_display_version: '10.0.0-beta2'
|
||||
property string qtcreator_display_version: '10.0.0-rc1'
|
||||
property string ide_version_major: '9'
|
||||
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 + '.'
|
||||
+ ide_version_release
|
||||
|
||||
property string ide_compat_version_major: '9'
|
||||
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 + '.'
|
||||
+ ide_compat_version_minor + '.' + ide_compat_version_release
|
||||
|
||||
|
Reference in New Issue
Block a user