aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-11-29 14:35:56 +0100
committerEike Ziller <eike.ziller@qt.io>2019-11-29 13:43:54 +0000
commit50fad4f0f914d99f14806cb3d7ea1b3c6959c355 (patch)
treebb339db174b4b8ad51eb657dac56d52439c872f2 /cmake
parenta40af1a4f0f6be982e519ae7e9e2caa37b1e9a28 (diff)
Bump version to 4.11.0
Change-Id: I167a84606f707529e21c208d019241ed8d7c0ce0 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 bdf9594e14..98e03e9976 100644
--- a/cmake/QtCreatorIDEBranding.cmake
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -1,9 +1,9 @@
#BINARY_ARTIFACTS_BRANCH = master
#PROJECT_USER_FILE_EXTENSION = .user
-set(IDE_VERSION "4.10.84") # The IDE version.
-set(IDE_VERSION_COMPAT "4.10.84") # The IDE Compatibility version.
-set(IDE_VERSION_DISPLAY "4.11.0-rc1") # The IDE display version.
+set(IDE_VERSION "4.11.0") # The IDE version.
+set(IDE_VERSION_COMPAT "4.11.0") # The IDE Compatibility version.
+set(IDE_VERSION_DISPLAY "4.11.0") # The IDE display version.
set(IDE_COPYRIGHT_YEAR "2019") # The IDE current copyright year.
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.