From e75fc761621a46a822644445b3d03269e8a3f611 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 28 Aug 2024 17:37:09 +0200 Subject: [PATCH] Bump base_deps_meta_version to rebuild docopt, icu and boostregex --- kiwixbuild/versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index c5f98463..428992ad 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -39,7 +39,7 @@ # This is the "version" of the whole base_deps_versions dict. # Change this when you change base_deps_versions. -base_deps_meta_version = "06" +base_deps_meta_version = "07" base_deps_versions = { "zlib": "1.2.12",