Merge pull request #697 from kiwix/bump-up-version-to-3.8.0

Bump up version to 3.8.0
This commit is contained in:
Kelson 2024-09-01 13:03:01 +00:00 committed by GitHub
commit f6baad903f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -4,7 +4,7 @@ Priority: optional
Maintainer: Kiwix team <kiwix@kiwix.org>
Build-Depends: debhelper-compat (= 13),
libzim-dev (>= 9.0.0), libzim-dev (<< 10.0.0),
libkiwix-dev (>= 13.0.0), libkiwix-dev (<< 14.0.0),
libkiwix-dev (>= 14.0.0), libkiwix-dev (<< 15.0.0),
cmake,
libdocopt-dev,
meson,

View File

@ -1,5 +1,5 @@
project('kiwix-tools', 'cpp',
version : '3.7.0',
version : '3.8.0',
license : 'GPL',
default_options: ['c_std=c11', 'cpp_std=c++17', 'werror=true'])