New version 11.0.0

This commit is contained in:
Matthieu Gautier
2022-06-15 11:49:03 +02:00
parent 1572956da0
commit 3938d791e7
2 changed files with 19 additions and 1 deletions

View File

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