From b557d0a1dc5b6a006c6f30a8e4d33568728f8a7b Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 1 Sep 2024 14:56:21 +0200 Subject: [PATCH] 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'])