From b557d0a1dc5b6a006c6f30a8e4d33568728f8a7b Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 1 Sep 2024 14:56:21 +0200 Subject: [PATCH 1/2] Bump-up version to 3.8.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c089617e..ed81ae84 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('kiwix-tools', 'cpp', - version : '3.7.0', + version : '3.8.0', license : 'GPL', default_options: ['c_std=c11', 'cpp_std=c++17', 'werror=true']) From 984741de037a04de0ab5e18875d06a3706c14f26 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 1 Sep 2024 14:57:16 +0200 Subject: [PATCH 2/2] deb files requires libkiwix14 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 5601315c..9cc72b28 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Kiwix team Build-Depends: debhelper-compat (= 13), libzim-dev (>= 9.0.0), libzim-dev (<< 10.0.0), - libkiwix-dev (>= 13.0.0), libkiwix-dev (<< 14.0.0), + libkiwix-dev (>= 14.0.0), libkiwix-dev (<< 15.0.0), cmake, libdocopt-dev, meson,