aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-07-13 14:34:04 +0200
committerEike Ziller <eike.ziller@qt.io>2020-07-14 07:54:02 +0000
commiteac46f7f24169dc5a1052a9c6c20b90e00147355 (patch)
tree107992c66b7d01e1519ac508bf3d86ec655b9c7e /cmake
parent69c8221885981c17b8bdeb497076b75edb6e2246 (diff)
Bump version to 4.13 beta2
Change-Id: I836987b4c4e28c65cb67c2efba595ed92d071b6a 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 e82e06f29d..d88c798f76 100644
--- a/cmake/QtCreatorIDEBranding.cmake
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -1,8 +1,8 @@
#PROJECT_USER_FILE_EXTENSION = .user
-set(IDE_VERSION "4.12.82") # The IDE version.
-set(IDE_VERSION_COMPAT "4.12.82") # The IDE Compatibility version.
-set(IDE_VERSION_DISPLAY "4.13.0-beta1") # The IDE display version.
+set(IDE_VERSION "4.12.83") # The IDE version.
+set(IDE_VERSION_COMPAT "4.12.83") # The IDE Compatibility version.
+set(IDE_VERSION_DISPLAY "4.13.0-beta2") # The IDE display version.
set(IDE_COPYRIGHT_YEAR "2020") # The IDE current copyright year.
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.