mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-22 03:12:20 -04:00
Release 3.1.2
This commit is contained in:
parent
764dd8848b
commit
fdec897bc7
@ -1,3 +1,8 @@
|
|||||||
|
kiwix-tools 3.1.2
|
||||||
|
=================
|
||||||
|
|
||||||
|
* Use new threadsafe API of kiwix-lib to do suggestions search.
|
||||||
|
|
||||||
kiwix-tools 3.1.1
|
kiwix-tools 3.1.1
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('kiwix-tools', 'cpp',
|
project('kiwix-tools', 'cpp',
|
||||||
version : '3.1.1',
|
version : '3.1.2',
|
||||||
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'])
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ if static_linkage
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
thread_dep = dependency('threads')
|
thread_dep = dependency('threads')
|
||||||
kiwixlib_dep = dependency('kiwix', version:'>=9.1.0', static:static_linkage)
|
kiwixlib_dep = dependency('kiwix', version:'>=9.3.0', static:static_linkage)
|
||||||
microhttpd_dep = dependency('libmicrohttpd', static:static_linkage)
|
microhttpd_dep = dependency('libmicrohttpd', static:static_linkage)
|
||||||
z_dep = dependency('zlib', static:static_linkage)
|
z_dep = dependency('zlib', static:static_linkage)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user