aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-10-29 11:23:45 +0100
committerEike Ziller <eike.ziller@qt.io>2020-10-29 10:24:08 +0000
commitd5d5068009e0b4d64e7018daee4186eacdc5e8db (patch)
tree8e51826e064dbd384da10c782bfe5e97373169f7 /cmake
parent31b792a72fc71069f2053168d324ca97fd3dddf3 (diff)
Bump version to 4.14 beta2
Change-Id: Ife5666e272697da19e1ba1a96d93281943deb37e 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 473c6fdaf6..351cd85df6 100644
--- a/cmake/QtCreatorIDEBranding.cmake
+++ b/cmake/QtCreatorIDEBranding.cmake
@@ -1,6 +1,6 @@
-set(IDE_VERSION "4.13.82") # The IDE version.
-set(IDE_VERSION_COMPAT "4.13.82") # The IDE Compatibility version.
-set(IDE_VERSION_DISPLAY "4.14.0-beta1") # The IDE display version.
+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_COPYRIGHT_YEAR "2020") # The IDE current copyright year.
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.