summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-05-14 01:18:06 +0100
committerSam James <sam@gentoo.org>2024-05-14 01:18:06 +0100
commitc75ed22e9360f44e202581527269f830f8585d7b (patch)
treee525d42a9a8af6b3c676f3e043033d2bdc6a5d62
parentmeson.build: fix tests (diff)
downloadgentoo-functions-c75ed22e9360f44e202581527269f830f8585d7b.tar.gz
gentoo-functions-c75ed22e9360f44e202581527269f830f8585d7b.tar.bz2
gentoo-functions-c75ed22e9360f44e202581527269f830f8585d7b.zip
meson.build: prepare for gentoo-functions-1.1gentoo-functions-1.1
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 b89d1be..de4abf0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gentoo-functions', 'c',
- version: '1.0',
+ version: '1.1',
license: 'GPL-2.0-only',
default_options : [
'warning_level=2',