From 279cdcda0b5256e7be469a8bbc9a370dc7985b1e Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Wed, 13 Mar 2024 15:00:15 +0100 Subject: [PATCH] Bump-up version to 3.7.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4b003c1..2b75ce4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('kiwix-tools', 'cpp', - version : '3.6.0', + version : '3.7.0', license : 'GPL', default_options: ['c_std=c11', 'cpp_std=c++17', 'werror=true'])