From e461f2b437ef8105a27458823e244387e6788e2e Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 27 Jul 2023 15:33:03 +0200 Subject: [PATCH] New version 12.1.1 --- ChangeLog | 5 +++++ meson.build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5ae660e0..c279c660 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +libkiwix 12.1.1 +=============== + + * Revert API break introduced in libkiwix 12.1.0 + libkiwix 12.1.0 =============== diff --git a/meson.build b/meson.build index 555083f7..11a1f58f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libkiwix', 'cpp', - version : '12.1.0', + version : '12.1.1', license : 'GPLv3+', default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])