diff options
author | Sam James <sam@gentoo.org> | 2024-09-22 05:31:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-22 05:31:51 +0100 |
commit | c3c2343acf8ea00c07413eb65676c5b6071f295a (patch) | |
tree | cf47c0b86cefab0136c423857b725427e8473eb2 | |
parent | paxelf: use correct format string (diff) | |
download | pax-utils-c3c2343acf8ea00c07413eb65676c5b6071f295a.tar.gz pax-utils-c3c2343acf8ea00c07413eb65676c5b6071f295a.tar.bz2 pax-utils-c3c2343acf8ea00c07413eb65676c5b6071f295a.zip |
meson.build: prepare for pax-utils-1.3.8
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 827e7e4..bee1c05 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pax-utils', 'c', - version : '1.3.7', + version : '1.3.8', license : 'GPL-2.0-only', default_options : [ 'warning_level=2', |