summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-10-05 08:25:04 +0100
committerSam James <sam@gentoo.org>2024-10-05 08:25:04 +0100
commit30c14c84cc144032d40d9807e332c1770fcbc778 (patch)
tree05c901f09a3d181aac3167ea04d2ce200233c840
parentDocument that the pipefail option is unsupported (diff)
downloadgentoo-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.build2
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',