From 1ac6d4cb20f11f5a24416b866764e93b0ddaf70a Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 23 Jan 2019 19:32:37 +0100 Subject: [PATCH] New version 4.0.0 --- ChangeLog | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 22351472d..ae34ddec0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +kiwix-lib 4.0.0 +=============== + + * [API break] Remove support for external index. + * Move to the mustache templating system instead of ctpp2. + * Make meson.build works for meson>=0.43.0 + * [API break] Move the basic tools from the `common` directory to `tools`. + kiwix-lib 3.1.1 =============== diff --git a/meson.build b/meson.build index 88b1d9836..45c463817 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('kiwix-lib', 'cpp', - version : '3.1.1', + version : '4.0.0', license : 'GPL', default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])