diff options
author | Sam James <sam@gentoo.org> | 2024-10-05 08:25:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-05 08:25:04 +0100 |
commit | 30c14c84cc144032d40d9807e332c1770fcbc778 (patch) | |
tree | 05c901f09a3d181aac3167ea04d2ce200233c840 | |
parent | Document that the pipefail option is unsupported (diff) | |
download | gentoo-functions-master.tar.gz gentoo-functions-master.tar.bz2 gentoo-functions-master.zip |
meson.build: prepare for gentoo-functions-1.7.3HEADgentoo-functions-1.7.3master
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 66b492a..bcb4705 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'gentoo-functions', 'c', - version: '1.7.2', + version: '1.7.3', license: 'GPL-2.0-only', default_options : [ 'warning_level=2', |