Bump-up version to 14.0.0

This commit is contained in:
Emmanuel Engelhart 2024-09-01 10:48:49 +02:00
parent 69341eab47
commit e096c7e2fd
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
2 changed files with 4 additions and 3 deletions

5
debian/control vendored
View File

@ -35,11 +35,12 @@ Description: library of common code for Kiwix (development)
. .
This package contains development files. This package contains development files.
Package: libkiwix10 Package: libkiwix14
Architecture: any Architecture: any
Multi-Arch: same Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, aria2 Depends: ${shlibs:Depends}, ${misc:Depends}, aria2
Conflicts: libkiwix0, libkiwix3, libkiwix9 Conflicts: libkiwix0, libkiwix3, libkiwix9, libkiwix10, libkiwix11, libkiwix12, libkiwix13
Replaces: libkiwix0, libkiwix3, libkiwix9, libkiwix10, libkiwix11, libkiwix12, libkiwix13
Description: library of common code for Kiwix Description: library of common code for Kiwix
Kiwix is an offline Wikipedia reader. libkiwix provides the Kiwix is an offline Wikipedia reader. libkiwix provides the
software core for Kiwix, and contains the code shared by all software core for Kiwix, and contains the code shared by all

View File

@ -1,5 +1,5 @@
project('libkiwix', 'cpp', project('libkiwix', 'cpp',
version : '13.1.0', version : '14.0.0',
license : 'GPLv3+', license : 'GPLv3+',
default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true']) default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])