New version 3.1.0

pull/374/head
Matthieu Gautier 6 years ago
parent d24f474dda
commit 6ba6046850

@ -1,4 +1,4 @@
kiwix-tools 3.0.4
kiwix-tools 3.1.0
=================
* [SERVER] Add option to block external links

@ -1,5 +1,5 @@
project('kiwix-tools', 'cpp',
version : '3.0.3',
version : '3.1.0',
license : 'GPL',
default_options: ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
@ -12,8 +12,8 @@ if static_linkage
add_global_link_arguments('-static-libstdc++', '--static', language:'cpp')
endif
thread_dep = dependency('threads')
kiwixlib_dep = dependency('kiwix', version:'>=9.0.0', static:static_linkage)
thread_dep = depenidency('threads')
kiwixlib_dep = dependency('kiwix', version:'>=9.1.0', static:static_linkage)
microhttpd_dep = dependency('libmicrohttpd', static:static_linkage)
z_dep = dependency('zlib', static:static_linkage)

Loading…
Cancel
Save