Merge pull request #185 from kiwix/new_version

new version 3.1.0
This commit is contained in:
Matthieu Gautier 2018-12-03 11:21:15 +01:00 committed by GitHub
commit 090c4f5970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'])