From 145b1b27231d2da536fcbe2d0903aaaf04a6bc67 Mon Sep 17 00:00:00 2001 From: Veloman Yunkan Date: Tue, 8 Oct 2024 20:58:11 +0400 Subject: [PATCH] Bump base_deps_meta_version to rebuild libmicrohttpd --- kiwixbuild/versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index 555e85a..7d1bcba 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -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 = "07" +base_deps_meta_version = "08" base_deps_versions = { "zlib": "1.2.12",