New version 10.0.1

This commit is contained in:
Matthieu Gautier
2022-02-02 15:55:00 +01:00
parent d0d253beed
commit 9193719c8f
3 changed files with 18 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
project('libkiwix', 'cpp',
version : '10.0.0', # Also change this in android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle
version : '10.0.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'])