New version 9.0.1

This commit is contained in:
Matthieu Gautier
2020-02-21 14:58:04 +01:00
parent 7c49dc6af9
commit 78e57c1a51
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
project('kiwix-lib', 'cpp',
version : '9.0.0', # Also change this in android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle
version : '9.0.1', # Also change this in android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle
license : 'GPL',
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])