summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2023-03-06 11:12:34 +0100
committerEike Ziller <eike.ziller@qt.io>2023-03-06 13:14:30 +0000
commitb7a42f58023efc3f602e36179409a452c6ac9401 (patch)
tree9649455a006c792821ccfb216f9b203b689ddb4e /cmake
parentdedc3e81fa61ae159bd4c569a69e2de4b5a0ec2d (diff)
downloadqt-creator-b7a42f58023efc3f602e36179409a452c6ac9401.tar.gz
Bump version to 10.0.0-rc1
Change-Id: I3aee0fbdd05a3ebc438c4ff62a43dafb6856e7a7 Reviewed-by: David Schulz <david.schulz@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 2a2e02fd17..0b9447a85d 100644
--- a/cmake/QtCreatorIDEBranding.cmake
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -1,6 +1,6 @@
-set(IDE_VERSION "9.0.83") # The IDE version.
-set(IDE_VERSION_COMPAT "9.0.83") # The IDE Compatibility version.
-set(IDE_VERSION_DISPLAY "10.0.0-beta2") # The IDE display version.
+set(IDE_VERSION "9.0.84") # The IDE version.
+set(IDE_VERSION_COMPAT "9.0.84") # The IDE Compatibility version.
+set(IDE_VERSION_DISPLAY "10.0.0-rc1") # The IDE display version.
set(IDE_COPYRIGHT_YEAR "2023") # The IDE current copyright year.
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.