diff --git a/include/meson.build b/include/meson.build index bed5b75..ea6075f 100644 --- a/include/meson.build +++ b/include/meson.build @@ -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',