summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-10-05 10:52:32 +0200
committerEike Ziller <eike.ziller@qt.io>2022-10-05 09:20:53 +0000
commit8b028a69a7ecad9f5730485e5160588d4755fa5d (patch)
tree4ac8b801fd1ae08dc8ed87cdf605cb4993191e60 /cmake
parent1b83c88eebe6521ba680b909976594ec9fc4117d (diff)
downloadqt-creator-8b028a69a7ecad9f5730485e5160588d4755fa5d.tar.gz
Bump version to 10.0.0-beta1
Change-Id: Ieb90096775fecfb4bfe1228372a1a3b0d9512faf 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 4a72af38ad..c8aae39677 100644
--- a/cmake/QtCreatorIDEBranding.cmake
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -1,6 +1,6 @@
-set(IDE_VERSION "8.0.82") # The IDE version.
-set(IDE_VERSION_COMPAT "8.0.82") # The IDE Compatibility version.
-set(IDE_VERSION_DISPLAY "9.0.0-beta1") # The IDE display version.
+set(IDE_VERSION "9.0.82") # The IDE version.
+set(IDE_VERSION_COMPAT "9.0.82") # The IDE Compatibility version.
+set(IDE_VERSION_DISPLAY "10.0.0-beta1") # The IDE display version.
set(IDE_COPYRIGHT_YEAR "2022") # The IDE current copyright year.
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.