Merge pull request #200 from kiwix/new_version

New version 4.0.1
This commit is contained in:
Matthieu Gautier 2019-02-22 11:18:55 +01:00 committed by GitHub
commit 9aa1c65d7a
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 4.0.1
===============
* Fix "maybe uninitialize variable" issue.
* Ensure path are stored correctly (absolute path) in the library.
* [CI] Use the new deps archive xz
kiwix-lib 4.0.0
===============

View File

@ -1,5 +1,5 @@
project('kiwix-lib', 'cpp',
version : '4.0.0',
version : '4.0.1',
license : 'GPL',
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])