From cd654b9caee36967c3b569ca2e89588c8648f9c5 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 18 Mar 2019 16:09:57 +0100 Subject: [PATCH] Version 4.1.0 --- ChangeLog | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c24e46f38..af787bf5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +kiwix-lib 4.1.0 +=============== + + * Allow the library to be filtered by tags. + * Fix language mapping. + * Update README about mustache dependency. + kiwix-lib 4.0.1 =============== diff --git a/meson.build b/meson.build index 8984ccfc5..3a11de65d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('kiwix-lib', 'cpp', - version : '4.0.1', + version : '4.1.0', license : 'GPL', default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])