Bump version to 6.3.3
Change-Id: Iacd2184d0df9b2e2d967e94f9933e1efeb177219 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
This commit is contained in:
parent
d902a16454
commit
ffcd04fbac
@ -1,4 +1,4 @@
|
||||
set(QT_REPO_MODULE_VERSION "6.3.2")
|
||||
set(QT_REPO_MODULE_VERSION "6.3.3")
|
||||
set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
|
||||
|
||||
# Minimum requirement for building Qt
|
||||
|
@ -1 +1 @@
|
||||
set(QT_REPO_MODULE_VERSION "6.3.2")
|
||||
set(QT_REPO_MODULE_VERSION "6.3.3")
|
||||
|
@ -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.2")\n')
|
||||
file.write('set(QT_REPO_MODULE_VERSION "6.3.3")\n')
|
||||
except FileExistsError:
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user