summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-06-29 13:05:58 +0200
committerEike Ziller <eike.ziller@qt.io>2021-06-29 11:06:38 +0000
commit2bfcc3739fc965f14620f8420e17ec4331ae1f68 (patch)
treeb636e0f415083bbf7b50d8a7bf9461f638bb48b4
parentd0f8fdff0d5762a212a4532973f9fefdf57aa4d7 (diff)
downloadqt-creator-2bfcc3739fc965f14620f8420e17ec4331ae1f68.tar.gz
Bump version to 6.0 beta
Change-Id: I945c2bc0f400191efdfd37523a66ffedee0deb09 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--cmake/QtCreatorIDEBranding.cmake6
-rw-r--r--qbs/modules/qtc/qtc.qbs6
-rw-r--r--qtcreator_ide_branding.pri6
3 files changed, 9 insertions, 9 deletions
diff --git a/cmake/QtCreatorIDEBranding.cmake b/cmake/QtCreatorIDEBranding.cmake
index bcd788bc6f..13e5bde1b2 100644
--- a/cmake/QtCreatorIDEBranding.cmake
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -1,6 +1,6 @@
-set(IDE_VERSION "4.82.0") # The IDE version.
-set(IDE_VERSION_COMPAT "4.82.0") # The IDE Compatibility version.
-set(IDE_VERSION_DISPLAY "5.0.0-beta1") # The IDE display version.
+set(IDE_VERSION "5.82.0") # The IDE version.
+set(IDE_VERSION_COMPAT "5.82.0") # The IDE Compatibility version.
+set(IDE_VERSION_DISPLAY "6.0.0-beta1") # 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 8a24290242..f27b2d2880 100644
--- a/qbs/modules/qtc/qtc.qbs
+++ b/qbs/modules/qtc/qtc.qbs
@@ -3,14 +3,14 @@ import qbs.Environment
import qbs.FileInfo
Module {
- property string qtcreator_display_version: '5.0.0-beta1'
- property string ide_version_major: '4'
+ property string qtcreator_display_version: '6.0.0-beta1'
+ property string ide_version_major: '5'
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: '4'
+ property string ide_compat_version_major: '5'
property string ide_compat_version_minor: '82'
property string ide_compat_version_release: '0'
property string qtcreator_compat_version: ide_compat_version_major + '.'
diff --git a/qtcreator_ide_branding.pri b/qtcreator_ide_branding.pri
index 7efd86dace..97dcce11c1 100644
--- a/qtcreator_ide_branding.pri
+++ b/qtcreator_ide_branding.pri
@@ -1,6 +1,6 @@
-QTCREATOR_VERSION = 4.82.0
-QTCREATOR_COMPAT_VERSION = 4.82.0
-QTCREATOR_DISPLAY_VERSION = 5.0.0-beta1
+QTCREATOR_VERSION = 5.82.0
+QTCREATOR_COMPAT_VERSION = 5.82.0
+QTCREATOR_DISPLAY_VERSION = 6.0.0-beta1
QTCREATOR_COPYRIGHT_YEAR = 2021
IDE_DISPLAY_NAME = Qt Creator