New version 9.0.0

This commit is contained in:
Matthieu Gautier
2020-02-12 14:48:03 +01:00
parent cc2b5e63ca
commit 411ca28598
3 changed files with 21 additions and 3 deletions

View File

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