From 728caca74132e9f7281e005567fe0f3880f5b12c Mon Sep 17 00:00:00 2001 From: Miguel Rocha Date: Wed, 17 Jun 2020 15:03:27 +0100 Subject: [PATCH] Force compilation of docoptcpp (#449) - Docopt commit id was updated and therefore we need to force a new build in order to get the latest change (docoptcpp.pc) into the deps2 archive (needed by zim-tools) --- kiwixbuild/versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index 23764b1..275af05 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 = '67' +base_deps_meta_version = '68' base_deps_versions = { 'zlib' : '1.2.8',