summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-05-18 17:06:59 +0100
committerSam James <sam@gentoo.org>2024-05-18 17:06:59 +0100
commit69c7011e4fc200c569afdd289b447efa0e27b856 (patch)
tree68c9fd5e3d3eda2373c420f44c00e6470d4dc6c1 /meson.build
parentSeparate some edo() code into a _print_args() helper function (diff)
downloadgentoo-functions-69c7011e4fc200c569afdd289b447efa0e27b856.tar.gz
gentoo-functions-69c7011e4fc200c569afdd289b447efa0e27b856.tar.bz2
gentoo-functions-69c7011e4fc200c569afdd289b447efa0e27b856.zip
meson.build: prepare for gentoo-functions-1.5gentoo-functions-1.5
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 7490294..624f5c0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gentoo-functions', 'c',
- version: '1.4',
+ version: '1.5',
license: 'GPL-2.0-only',
default_options : [
'warning_level=2',