From fc1eb3c282636b646b17f3af0f4167c74b10a123 Mon Sep 17 00:00:00 2001 From: Kelson Date: Tue, 9 Jul 2019 12:30:27 +0200 Subject: [PATCH] Bump-up kiwix-tools version to 2.1.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index cbb8e7b..1e27f30 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('kiwix-tools', 'cpp', - version : '2.0.0', + version : '2.1.0', license : 'GPL', default_options: ['c_std=c11', 'cpp_std=c++11', 'werror=true'])