Bump version to 6.3.1
Change-Id: I86541faf74b256b3321e12accef1b65822f64608 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
This commit is contained in:
parent
1abf11b479
commit
5a16e642f7
@ -1,4 +1,4 @@
|
||||
set(QT_REPO_MODULE_VERSION "6.3.0")
|
||||
set(QT_REPO_MODULE_VERSION "6.3.1")
|
||||
set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
|
||||
|
||||
# Minimum requirement for building Qt
|
||||
|
@ -1 +1 @@
|
||||
set(QT_REPO_MODULE_VERSION "6.3.0")
|
||||
set(QT_REPO_MODULE_VERSION "6.3.1")
|
||||
|
@ -4426,7 +4426,7 @@ def create_top_level_cmake_conf():
|
||||
conf_file_name = ".cmake.conf"
|
||||
try:
|
||||
with open(conf_file_name, "x") as file:
|
||||
file.write('set(QT_REPO_MODULE_VERSION "6.3.0")\n')
|
||||
file.write('set(QT_REPO_MODULE_VERSION "6.3.1")\n')
|
||||
except FileExistsError:
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user