aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-07-15 11:17:48 +0200
committerDavid Schulz <david.schulz@qt.io>2020-07-27 08:40:11 +0000
commit9dd28206cd3e71ab5f580748d579f2e093c1ef47 (patch)
tree0558e025be2b4f6e48f7f435ae80e182ffc044ea /cmake
parentdcbf15cf2ed1a7ba4bceae6b17e5eba488e89224 (diff)
Bump version to 4.13.0-rc1
Change-Id: Icc4b98903a16d05d978ad27c2aeffac8dbf22227 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 d88c798f76a..99cf28bfd21 100644
--- a/cmake/QtCreatorIDEBranding.cmake
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -1,8 +1,8 @@
#PROJECT_USER_FILE_EXTENSION = .user
-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_VERSION "4.12.84") # The IDE version.
+set(IDE_VERSION_COMPAT "4.12.84") # The IDE Compatibility version.
+set(IDE_VERSION_DISPLAY "4.13.0-rc1") # The IDE display version.
set(IDE_COPYRIGHT_YEAR "2020") # The IDE current copyright year.
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.