From c0927591854554f8f00c305eaa4d9da24e59a0ec Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 27 Jul 2023 15:37:25 +0200 Subject: [PATCH] New version 13.0.0 --- ChangeLog | 6 ++++++ meson.build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c279c6609..8e04f76c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +libkiwix 13.0.0 +=============== + + * This version is mainly a re-releasing of 12.1.0 with a new major version + as there is a API break in this version. + libkiwix 12.1.1 =============== diff --git a/meson.build b/meson.build index 11a1f58f2..803acfb36 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libkiwix', 'cpp', - version : '12.1.1', + version : '13.0.0', license : 'GPLv3+', default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])