aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-09-17 14:22:54 +0200
committerEike Ziller <eike.ziller@qt.io>2021-09-17 12:23:30 +0000
commit8fa353bb30cd5ca1abc818cff769cd9dc4312a9d (patch)
tree47a5c469522909f9e1f4f6efdfb48b904d3038aa /cmake
parentb32728b99f34b33b08952476a5710af15940204b (diff)
Bump version to 5.0.2
Change-Id: Ia919fb9c976025000609033ed61ecb1c2fe71f7a Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtCreatorIDEBranding.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/QtCreatorIDEBranding.cmake b/cmake/QtCreatorIDEBranding.cmake
index 94e3e47714..5d19f3fcc4 100644
--- a/cmake/QtCreatorIDEBranding.cmake
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -1,6 +1,6 @@
-set(IDE_VERSION "5.0.1") # The IDE version.
+set(IDE_VERSION "5.0.2") # The IDE version.
set(IDE_VERSION_COMPAT "5.0.0") # The IDE Compatibility version.
-set(IDE_VERSION_DISPLAY "5.0.1") # The IDE display version.
+set(IDE_VERSION_DISPLAY "5.0.2") # The IDE display version.
set(IDE_COPYRIGHT_YEAR "2021") # The IDE current copyright year.
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.