Dump the version to 0.2.0

Time to make a release.
This commit is contained in:
Matthieu Gautier
2017-06-27 14:26:13 +02:00
parent 0be3aa9d38
commit 96f199a327
3 changed files with 18 additions and 2 deletions

View File

@ -1,5 +1,5 @@
project('kiwixlib', 'cpp',
version : '0.1.0',
version : '0.2.0',
license : 'GPL',
default_options : ['c_std=c11', 'cpp_std=c++11'])