Bump version
Change-Id: I4a862360d627f1ea18a27920bb440da28ddc5b22
This commit is contained in:
parent
6998ed4c96
commit
9ef816e13a
@ -4354,7 +4354,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.1.0")\n')
|
file.write('set(QT_REPO_MODULE_VERSION "6.1.2")\n')
|
||||||
except FileExistsError:
|
except FileExistsError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user