mirror of https://github.com/kiwix/libkiwix.git
Update changelog for 6.0.3
This commit is contained in:
parent
14dbe843b9
commit
b1a4bbd345
|
@ -1,9 +1,13 @@
|
||||||
|
kiwix-lib 6.0.3
|
||||||
|
===============
|
||||||
|
|
||||||
|
* UI fixes in kiwix-serve rendering
|
||||||
|
|
||||||
kiwix-lib 6.0.2
|
kiwix-lib 6.0.2
|
||||||
===============
|
===============
|
||||||
|
|
||||||
* Correctly set the groupId in the pom file.
|
* Correctly set the groupId in the pom file.
|
||||||
|
|
||||||
|
|
||||||
kiwix-lib 6.0.1
|
kiwix-lib 6.0.1
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('kiwix-lib', 'cpp',
|
project('kiwix-lib', 'cpp',
|
||||||
version : '6.0.2',
|
version : '6.0.3',
|
||||||
license : 'GPL',
|
license : 'GPL',
|
||||||
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
|
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue