Use zlib 1.2.12

This commit is contained in:
Emmanuel Engelhart
2022-03-31 15:42:47 +02:00
committed by Matthieu Gautier
parent 71ac307916
commit 500d3bec86
2 changed files with 4 additions and 4 deletions

View File

@ -39,10 +39,10 @@ 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 = '75'
base_deps_meta_version = '76'
base_deps_versions = {
'zlib' : '1.2.8',
'zlib' : '1.2.12',
'lzma' : '5.2.4',
'zstd' : '1.5.1',
'docoptcpp' : '0.6.2',