aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-08-14 12:05:51 +0200
committerEike Ziller <eike.ziller@qt.io>2020-08-14 10:06:21 +0000
commite9f74df8cf463bd3531630f7c5da2f0d56d5bc70 (patch)
treea4c79850ca911e23a5c038ea5f3271408e6986e3 /cmake
parent462a0f5b5d5dcb5b3c604cbd64bdba0ab24aad01 (diff)
Bump version to 4.13.0
Change-Id: Id1d2ebca1c2bca86683a3172bfe2f95123e1b897 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 99cf28bfd2..1ca8057112 100644
--- a/cmake/QtCreatorIDEBranding.cmake
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -1,8 +1,8 @@
#PROJECT_USER_FILE_EXTENSION = .user
-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_VERSION "4.13.0") # The IDE version.
+set(IDE_VERSION_COMPAT "4.13.0") # The IDE Compatibility version.
+set(IDE_VERSION_DISPLAY "4.13.0") # The IDE display version.
set(IDE_COPYRIGHT_YEAR "2020") # The IDE current copyright year.
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.