New version 3.0.2

This commit is contained in:
Matthieu Gautier 2018-11-03 12:20:13 +01:00
parent d4ecda40ff
commit 57d3552b97
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
kiwix-lib 3.0.2
===============
* Use the correct path separator when computing relativePath on Windows.
kiwix-lib 3.0.1
===============

View File

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