aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-11-24 15:24:49 +0100
committerEike Ziller <eike.ziller@qt.io>2020-11-24 14:25:44 +0000
commit471892deb0657100cef86fe33493ba9eea26fa05 (patch)
tree8f090cede469979f4fa46c0f3767ce84c0706e9f /cmake
parentd04355dfb0aa444f5f6352d1b7126a0278807b78 (diff)
Bump version to 4.14.0-rc1
Change-Id: Ifcb361437d1cac7d69e871a980a1824dc94b4c22 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 351cd85df6..8fcd5862e7 100644
--- a/cmake/QtCreatorIDEBranding.cmake
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -1,6 +1,6 @@
-set(IDE_VERSION "4.13.83") # The IDE version.
-set(IDE_VERSION_COMPAT "4.13.83") # The IDE Compatibility version.
-set(IDE_VERSION_DISPLAY "4.14.0-beta2") # The IDE display version.
+set(IDE_VERSION "4.13.84") # The IDE version.
+set(IDE_VERSION_COMPAT "4.13.84") # The IDE Compatibility version.
+set(IDE_VERSION_DISPLAY "4.14.0-rc1") # The IDE display version.
set(IDE_COPYRIGHT_YEAR "2020") # The IDE current copyright year.
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.