New version 10.1.0

This commit is contained in:
Matthieu Gautier
2022-03-24 18:26:35 +01:00
parent 116ecd1c78
commit b9e40def88
3 changed files with 19 additions and 2 deletions

View File

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