Under Windows builds are forced to release mode

base_deps_meta_version was bumped so that the base dependencies archives for CI
workflows are recreated (we need only the Windows flavours of the
archives updated but such surgical intervention is not supported).
This commit is contained in:
Veloman Yunkan
2024-11-22 17:41:50 +04:00
parent 6cb347c576
commit 1c6994546c
3 changed files with 6 additions and 3 deletions

View File

@ -33,7 +33,7 @@ release_versions = {
# This is the "version" of the whole base_deps_versions dict.
# Change this when you change base_deps_versions.
base_deps_meta_version = "09"
base_deps_meta_version = "10"
base_deps_versions = {
"zlib": "1.2.12",