Fix patch version in include/meson.build

This commit is contained in:
Tim Rühsen 2019-04-17 12:33:03 +02:00
parent 94a7e7c6ed
commit 082ee9740e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ cdata.set('LIBPSL_VERSION_NUMBER',
ver.format(
hex[major / 16], hex[major % 16],
hex[minor / 16], hex[minor % 16],
hex[patch / 16], hex[minor % 16]))
hex[patch / 16], hex[patch % 16]))
libpsl_h = configure_file(
input : 'libpsl.h.in',