Fix patch version in include/meson.build
This commit is contained in:
parent
94a7e7c6ed
commit
082ee9740e
|
@ -16,7 +16,7 @@ cdata.set('LIBPSL_VERSION_NUMBER',
|
||||||
ver.format(
|
ver.format(
|
||||||
hex[major / 16], hex[major % 16],
|
hex[major / 16], hex[major % 16],
|
||||||
hex[minor / 16], hex[minor % 16],
|
hex[minor / 16], hex[minor % 16],
|
||||||
hex[patch / 16], hex[minor % 16]))
|
hex[patch / 16], hex[patch % 16]))
|
||||||
|
|
||||||
libpsl_h = configure_file(
|
libpsl_h = configure_file(
|
||||||
input : 'libpsl.h.in',
|
input : 'libpsl.h.in',
|
||||||
|
|
Loading…
Reference in New Issue