New version 12.1.1

This commit is contained in:
Matthieu Gautier
2023-07-27 15:33:03 +02:00
parent 313ecc3f19
commit e461f2b437
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
libkiwix 12.1.1
===============
* Revert API break introduced in libkiwix 12.1.0
libkiwix 12.1.0
===============

View File

@@ -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'])