aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-08-13 09:24:49 +0200
committerEike Ziller <eike.ziller@qt.io>2021-08-13 07:25:12 +0000
commit1dd0511b4976026b8fedc54de8a9be9e87fab65d (patch)
treedbf46f080ed5f5765f815b0c62e856d24b6e2ea2 /cmake
parent48e0ae7bd6941559cacd1eae14f87882e2780797 (diff)
Bump version to 5.0.0
Change-Id: I1203dd71cc2f1e6d1f435dbfdc07376130fbb61f 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 e36186c12d..90c1c45304 100644
--- a/cmake/QtCreatorIDEBranding.cmake
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -1,6 +1,6 @@
-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_VERSION "5.0.0") # The IDE version.
+set(IDE_VERSION_COMPAT "5.0.0") # The IDE Compatibility version.
+set(IDE_VERSION_DISPLAY "5.0.0") # The IDE display version.
set(IDE_COPYRIGHT_YEAR "2021") # The IDE current copyright year.
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.