From 766b2b532ca29c5eefa0095fcf7adccbea373a17 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 5 Sep 2019 10:16:57 +0200 Subject: [PATCH] Build new version of dependencies (with new compilation option). --- kiwixbuild/versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index f84639f..77c032a 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -42,7 +42,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 = '53' +base_deps_meta_version = '54' base_deps_versions = { 'zlib' : '1.2.8',