New version 3.0.0

This commit is contained in:
Matthieu Gautier 2019-08-19 17:26:37 +02:00
parent a14cd5de23
commit e2f7c7a0ac
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
kiwix-tools 3.0.0
=================
* Move kiwix-serve implementation in kiwix-lib.
kiwix-tools 2.1.0
=================

View File

@ -1,5 +1,5 @@
project('kiwix-tools', 'cpp',
version : '2.1.0',
version : '3.0.0',
license : 'GPL',
default_options: ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
@ -11,7 +11,7 @@ if static_linkage
endif
thread_dep = dependency('threads')
kiwixlib_dep = dependency('kiwix', version:'>=5.2.0', static:static_linkage)
kiwixlib_dep = dependency('kiwix', version:'>=6.0.0', static:static_linkage)
microhttpd_dep = dependency('libmicrohttpd', static:static_linkage)
z_dep = dependency('zlib', static:static_linkage)