3
0
Fork 0

New version 2.0.0

master
Matthieu Gautier 6 years ago
parent d09f481b47
commit 78d2530878

@ -1,4 +1,4 @@
kiwix-tools 1.2.2
kiwix-tools 2.0.0
=================
kiwix-manage
@ -6,6 +6,7 @@ kiwix-manage
* Better usage()
* Adding multiple files bug fix
* Remove download command.
kiwix-serve
-----------

@ -1,5 +1,5 @@
project('kiwix-tools', 'cpp',
version : '1.2.1',
version : '2.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:'>=4.1.0', static:static_linkage)
kiwixlib_dep = dependency('kiwix', version:'>=5.1.0', static:static_linkage)
microhttpd_dep = dependency('libmicrohttpd', static:static_linkage)
z_dep = dependency('zlib', static:static_linkage)

Loading…
Cancel
Save