aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-08-05 09:00:12 +0200
committerEike Ziller <eike.ziller@qt.io>2019-08-05 07:00:49 +0000
commit652a84e14a9db60c16cd79c1282c77645e378bff (patch)
treed23fc05d80b0d10c4acbd3ce925ae9149d15af12 /cmake
parentfdc058f30434aa862877acaf48de65740867d94b (diff)
Bump version -> 4.10.0
Change-Id: I2f5dfc47978514a6377db63705a703ce16f20499 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 2391dfb293..15ebb563bc 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.9.84") # The IDE version.
-set(IDE_VERSION_COMPAT "4.9.84") # The IDE Compatibility version.
-set(IDE_VERSION_DISPLAY "4.10.0-rc1") # The IDE display version.
+set(IDE_VERSION "4.10.0") # The IDE version.
+set(IDE_VERSION_COMPAT "4.10.0") # The IDE Compatibility version.
+set(IDE_VERSION_DISPLAY "4.10.0") # The IDE display version.
set(IDE_COPYRIGHT_YEAR "2019") # The IDE copyright year.
set(IDE_SETTINGSVARIANT "QtProject") # The IDE settings variation.