From 5905de35a1307d251d5ef2690b7413de42ac9cb6 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 21 Aug 2024 11:30:52 +0200 Subject: [PATCH] Bump base_deps_meta_version to rebuild libmicrohttpd and libcurl --- kiwixbuild/versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index ebf97b0..3739487 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 = "02" +base_deps_meta_version = "03" base_deps_versions = { "zlib": "1.2.12",