aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-10-28 13:10:52 +0200
committerEike Ziller <eike.ziller@qt.io>2021-10-28 11:11:27 +0000
commitab86842ac5ce6363aec5b4dbe7d5e0ce85ab745a (patch)
treeb0518f45ef881f292a30e3631f90d80d8f21a3ce /cmake
parent399a5cb71351f1e703dd38f134514a344752c544 (diff)
Bump version to 6.0-rc1
Change-Id: I08fc4a48ad6089e4477230824317ae0f1bd408e5 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtCreatorIDEBranding.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/QtCreatorIDEBranding.cmake b/cmake/QtCreatorIDEBranding.cmake
index 1a89b8888f..cced80b3e2 100644
--- a/cmake/QtCreatorIDEBranding.cmake
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -1,6 +1,6 @@
-set(IDE_VERSION "5.83.0") # The IDE version.
-set(IDE_VERSION_COMPAT "5.83.0") # The IDE Compatibility version.
-set(IDE_VERSION_DISPLAY "6.0.0-beta2") # The IDE display version.
+set(IDE_VERSION "5.84.0") # The IDE version.
+set(IDE_VERSION_COMPAT "5.84.0") # The IDE Compatibility version.
+set(IDE_VERSION_DISPLAY "6.0.0-rc1") # The IDE display version.
set(IDE_COPYRIGHT_YEAR "2021") # The IDE current copyright year.
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.