New version 10.1.1

This commit is contained in:
Matthieu Gautier
2022-04-11 17:13:58 +02:00
parent 61ccbc65fb
commit 6dcf4ee034
3 changed files with 10 additions and 2 deletions

View File

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