aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-07-16 10:35:10 +0200
committerEike Ziller <eike.ziller@qt.io>2021-07-16 09:31:23 +0000
commit67d85d1592fe40f8da5ac7b53db95e44e35d5a5f (patch)
treedc9dd1d96d7eedc2281cfa2d6d27bd097d220b05 /cmake
parent5c37fb1f6574eedf23d6b6708e5faa205518af50 (diff)
Bump version to 5.0 RC1
Skipping Beta 2 due to summer slothfulness. Change-Id: If3ee6c1c218b17d413d2f28023b9fb094a969cdd 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 f2ca1e51f8..e36186c12d 100644
--- a/cmake/QtCreatorIDEBranding.cmake
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -1,6 +1,6 @@
-set(IDE_VERSION "4.83.0") # The IDE version.
-set(IDE_VERSION_COMPAT "4.83.0") # The IDE Compatibility version.
-set(IDE_VERSION_DISPLAY "5.0.0-beta2") # The IDE display version.
+set(IDE_VERSION "4.84.0") # The IDE version.
+set(IDE_VERSION_COMPAT "4.84.0") # The IDE Compatibility version.
+set(IDE_VERSION_DISPLAY "5.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.