mirror of https://github.com/kiwix/libkiwix.git
Fix meson's project version.
This commit is contained in:
parent
22d9117a56
commit
72a6b578e6
|
@ -1,5 +1,5 @@
|
|||
project('kiwixlib', 'cpp',
|
||||
version : '1.0.0',
|
||||
version : '0.1.0',
|
||||
license : 'GPL')
|
||||
|
||||
compiler = meson.get_compiler('cpp')
|
||||
|
|
|
@ -40,4 +40,5 @@ kiwixlib = library('kiwix',
|
|||
kiwix_sources,
|
||||
include_directories : inc,
|
||||
dependencies : all_deps,
|
||||
version: '1.0.0',
|
||||
install : true)
|
||||
|
|
Loading…
Reference in New Issue