Bump version to 8.0 beta

Change-Id: I03a99d3b134a2116eb12e6d4e98b994d684f133c
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Eike Ziller
2022-02-11 14:10:21 +01:00
parent fcb8d3b2a4
commit 76f5b73e98
3 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
set(IDE_VERSION "6.82.0") # The IDE version.
set(IDE_VERSION_COMPAT "6.82.0") # The IDE Compatibility version.
set(IDE_VERSION_DISPLAY "7.0.0-beta1") # The IDE display version.
set(IDE_VERSION "7.82.0") # The IDE version.
set(IDE_VERSION_COMPAT "7.82.0") # The IDE Compatibility version.
set(IDE_VERSION_DISPLAY "8.0.0-beta1") # The IDE display version.
set(IDE_COPYRIGHT_YEAR "2022") # The IDE current copyright year.
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.

View File

@@ -3,14 +3,14 @@ import qbs.Environment
import qbs.FileInfo
Module {
property string qtcreator_display_version: '7.0.0-beta1'
property string ide_version_major: '6'
property string qtcreator_display_version: '8.0.0-beta1'
property string ide_version_major: '7'
property string ide_version_minor: '82'
property string ide_version_release: '0'
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.'
+ ide_version_release
property string ide_compat_version_major: '6'
property string ide_compat_version_major: '7'
property string ide_compat_version_minor: '82'
property string ide_compat_version_release: '0'
property string qtcreator_compat_version: ide_compat_version_major + '.'

View File

@@ -1,6 +1,6 @@
QTCREATOR_VERSION = 6.82.0
QTCREATOR_COMPAT_VERSION = 6.82.0
QTCREATOR_DISPLAY_VERSION = 7.0.0-beta1
QTCREATOR_VERSION = 7.82.0
QTCREATOR_COMPAT_VERSION = 7.82.0
QTCREATOR_DISPLAY_VERSION = 8.0.0-beta1
QTCREATOR_COPYRIGHT_YEAR = 2022
IDE_DISPLAY_NAME = Qt Creator