From 5348495c2b3631cffbaec835f04ce0fef997a9c8 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 30 Nov 2025 17:39:14 +0100 Subject: [PATCH] Bump-up version to 3.8.1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 7bf2646..cbb5c73 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('kiwix-tools', 'cpp', - version : '3.8.0', + version : '3.8.1', license : 'GPL', default_options: ['c_std=c11', 'cpp_std=c++17', 'werror=true'])