Fix meson's project version.

This commit is contained in:
Matthieu Gautier 2017-03-21 16:01:07 +01:00
parent 22d9117a56
commit 72a6b578e6
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
project('kiwixlib', 'cpp',
version : '1.0.0',
version : '0.1.0',
license : 'GPL')
compiler = meson.get_compiler('cpp')

View File

@ -40,4 +40,5 @@ kiwixlib = library('kiwix',
kiwix_sources,
include_directories : inc,
dependencies : all_deps,
version: '1.0.0',
install : true)