New kiwix::getVersions() and printVersions()

This commit is contained in:
Emmanuel Engelhart
2021-12-29 08:20:49 +01:00
parent 5e1988640c
commit f36d8e9851
5 changed files with 115 additions and 3 deletions

View File

@ -14,7 +14,8 @@ headers = [
'server.h',
'kiwixserve.h',
'name_mapper.h',
'tools.h'
'tools.h',
'version.h'
]
install_headers(headers, subdir:'kiwix')