forked from qt-creator/qt-creator
Bump version to 12.0.0-beta1
Change-Id: I887dc5a098dcb76d5a6ea7e3ba55c46bc974c882 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
set(IDE_VERSION "10.0.82") # The IDE version.
|
||||
set(IDE_VERSION_COMPAT "10.0.82") # The IDE Compatibility version.
|
||||
set(IDE_VERSION_DISPLAY "11.0.0-beta1") # The IDE display version.
|
||||
set(IDE_VERSION "11.0.82") # The IDE version.
|
||||
set(IDE_VERSION_COMPAT "11.0.82") # The IDE Compatibility version.
|
||||
set(IDE_VERSION_DISPLAY "12.0.0-beta1") # The IDE display version.
|
||||
set(IDE_COPYRIGHT_YEAR "2023") # The IDE current copyright year.
|
||||
|
||||
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.
|
||||
|
||||
@@ -6,14 +6,14 @@ import qbs.Utilities
|
||||
Module {
|
||||
Depends { name: "cpp"; required: false }
|
||||
|
||||
property string qtcreator_display_version: '11.0.0-beta1'
|
||||
property string ide_version_major: '10'
|
||||
property string qtcreator_display_version: '12.0.0-beta1'
|
||||
property string ide_version_major: '11'
|
||||
property string ide_version_minor: '0'
|
||||
property string ide_version_release: '82'
|
||||
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.'
|
||||
+ ide_version_release
|
||||
|
||||
property string ide_compat_version_major: '10'
|
||||
property string ide_compat_version_major: '11'
|
||||
property string ide_compat_version_minor: '0'
|
||||
property string ide_compat_version_release: '82'
|
||||
property string qtcreator_compat_version: ide_compat_version_major + '.'
|
||||
|
||||
Reference in New Issue
Block a user