summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2023-02-20 15:08:02 +0100
committerEike Ziller <eike.ziller@qt.io>2023-02-20 14:24:04 +0000
commitc41b41774818a448363b6c8c9fb78e752b417274 (patch)
tree665640571c093301a14f737156fecaacc89d7d2d /cmake
parent41aeb175b8af82518bd5fd5abbaab323fcbcc282 (diff)
downloadqt-creator-c41b41774818a448363b6c8c9fb78e752b417274.tar.gz
Bump version to 10.0 beta2 and copyright year
Change-Id: I633df92077441d6eab1390259769488687803a9f Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtCreatorIDEBranding.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmake/QtCreatorIDEBranding.cmake b/cmake/QtCreatorIDEBranding.cmake
index c8aae39677..2a2e02fd17 100644
--- a/cmake/QtCreatorIDEBranding.cmake
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -1,7 +1,7 @@
-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_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_COPYRIGHT_YEAR "2023") # The IDE current copyright year.
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.
set(IDE_DISPLAY_NAME "Qt Creator") # The IDE display name.