aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-04-08 10:27:45 +0200
committerEike Ziller <eike.ziller@qt.io>2020-04-08 08:28:40 +0000
commit76617a551295a2ee796ebb389586c43fdd92cf3e (patch)
treef738e43c300f2a43d1f78564da2fab906be6ff83 /cmake
parentd076c6072936f4654dc28bdf04937791542dfcd7 (diff)
Bump version -> 4.12.0
Change-Id: I6894b5b095393981d9d42569ad43024e40711f94 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 402acabfb8..7550b92863 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.11.84") # The IDE version.
-set(IDE_VERSION_COMPAT "4.11.84") # The IDE Compatibility version.
-set(IDE_VERSION_DISPLAY "4.12.0-rc1") # The IDE display version.
+set(IDE_VERSION "4.12.0") # The IDE version.
+set(IDE_VERSION_COMPAT "4.12.0") # The IDE Compatibility version.
+set(IDE_VERSION_DISPLAY "4.12.0") # The IDE display version.
set(IDE_COPYRIGHT_YEAR "2020") # The IDE current copyright year.
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.