summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2022-10-26 13:40:55 +0200
committerDavid Schulz <david.schulz@qt.io>2022-10-26 11:46:35 +0000
commit91257b3e760f925ef25ae675beac7a6fe8a3f740 (patch)
treeb856978d4928848402a7414b2fa5bf6aae3785c4 /cmake
parenta2c052089b87a0a92618b95414432f41b04b8f90 (diff)
downloadqt-creator-91257b3e760f925ef25ae675beac7a6fe8a3f740.tar.gz
Bump version to 9.0.0-rc1
Change-Id: If9f046539e70e8aba9af367472b76bac853198b8 Reviewed-by: Christian Stenger <christian.stenger@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 2b9a50628a..f818306d15 100644
--- a/cmake/QtCreatorIDEBranding.cmake
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -1,6 +1,6 @@
-set(IDE_VERSION "8.0.83") # The IDE version.
-set(IDE_VERSION_COMPAT "8.0.83") # The IDE Compatibility version.
-set(IDE_VERSION_DISPLAY "9.0.0-beta2") # The IDE display version.
+set(IDE_VERSION "8.0.84") # The IDE version.
+set(IDE_VERSION_COMPAT "8.0.84") # The IDE Compatibility version.
+set(IDE_VERSION_DISPLAY "9.0.0-rc1") # The IDE display version.
set(IDE_COPYRIGHT_YEAR "2022") # The IDE current copyright year.
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.