mirror of https://github.com/kiwix/libkiwix.git
Version 4.1.0
This commit is contained in:
parent
15dafcaa80
commit
cd654b9cae
|
@ -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
|
kiwix-lib 4.0.1
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('kiwix-lib', 'cpp',
|
project('kiwix-lib', 'cpp',
|
||||||
version : '4.0.1',
|
version : '4.1.0',
|
||||||
license : 'GPL',
|
license : 'GPL',
|
||||||
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
|
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue