new version 3.1.0

This commit is contained in:
Matthieu Gautier 2018-12-02 15:56:00 +01:00
parent 6777bfeecf
commit cf28af4439
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
kiwix-lib 3.1.0
===============
* Add a method to get the favicon url of book (if available).
* Move dump code of library.xml in a specific class.
* Add a first support to bookmarks
kiwix-lib 3.0.3 kiwix-lib 3.0.3
=============== ===============

View File

@ -1,5 +1,5 @@
project('kiwix-lib', 'cpp', project('kiwix-lib', 'cpp',
version : '3.0.3', version : '3.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'])