summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-26 21:45:48 +0000
committerSam James <sam@gentoo.org>2023-01-26 21:45:48 +0000
commitd49fa503588cb9a89eda7eb7141b65507fa126ce (patch)
treea1367a63c115e885c1e0a3218bf426b3c59871d7
parentmeson: fix installation of (pre-generated) man pages w/o xmlto (diff)
downloadpax-utils-1.3.7.tar.gz
pax-utils-1.3.7.tar.bz2
pax-utils-1.3.7.zip
meson.build: release 1.3.7v1.3.7
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index f39defc..0cb9a0e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pax-utils', 'c',
- version : '1.3.6',
+ version : '1.3.7',
license : 'GPL-2.0-only',
default_options : [
'warning_level=2',