From a2dbf64d84da99a54aa83e1bf146ba2f6c7d950a Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 8 Nov 2023 16:17:53 +0100 Subject: [PATCH] [WIP]Change base deps_meta version for a custom value. --- kiwixbuild/versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index 33f94f3..6410dfd 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -39,7 +39,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 = "99" +base_deps_meta_version = "99_no_shell" base_deps_versions = { "zlib": "1.2.12",