Bump version to 6.3.2
Change-Id: I1af432bb63b81440f6033ea7cb112dce70ddb2f4 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
This commit is contained in:
parent
8c7835a8f7
commit
ba286f1131
@ -1,4 +1,4 @@
|
|||||||
set(QT_REPO_MODULE_VERSION "6.3.1")
|
set(QT_REPO_MODULE_VERSION "6.3.2")
|
||||||
set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
|
set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
|
||||||
|
|
||||||
# Minimum requirement for building Qt
|
# Minimum requirement for building Qt
|
||||||
|
@ -1 +1 @@
|
|||||||
set(QT_REPO_MODULE_VERSION "6.3.1")
|
set(QT_REPO_MODULE_VERSION "6.3.2")
|
||||||
|
@ -4426,7 +4426,7 @@ def create_top_level_cmake_conf():
|
|||||||
conf_file_name = ".cmake.conf"
|
conf_file_name = ".cmake.conf"
|
||||||
try:
|
try:
|
||||||
with open(conf_file_name, "x") as file:
|
with open(conf_file_name, "x") as file:
|
||||||
file.write('set(QT_REPO_MODULE_VERSION "6.3.1")\n')
|
file.write('set(QT_REPO_MODULE_VERSION "6.3.2")\n')
|
||||||
except FileExistsError:
|
except FileExistsError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user