Skip to content

Commit e22e073

Browse files
authored
Merge pull request #747 from kiwix/version_10.1.1
2 parents 61ccbc6 + 6dcf4ee commit e22e073

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

ChangeLog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
libkiwix 10.1.1
2+
===============
3+
4+
* Correctly detect the number of article for older zims (<=6) (@mgautier #743)
5+
* [server] Fix fulltext search (@mgautierfr #724)
6+
* [server][internal] New way to build Error message (@veloman-yunkan #732 #738 #744)
7+
* Fix CI (@mgautierfr #736)
8+
19
libkiwix 10.1.0
210
===============
311

android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ task writePom {
2626
project {
2727
groupId 'org.kiwix.kiwixlib'
2828
artifactId 'kiwixlib'
29-
version '10.1.0' + (System.env.KIWIXLIB_BUILDVERSION == null ? '' : '-'+System.env.KIWIXLIB_BUILDVERSION)
29+
version '10.1.1' + (System.env.KIWIXLIB_BUILDVERSION == null ? '' : '-'+System.env.KIWIXLIB_BUILDVERSION)
3030
packaging 'aar'
3131
name 'kiwixlib'
3232
url 'https://github.com/kiwix/libkiwix'

meson.build

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

0 commit comments

Comments
 (0)