diff options
author | 2024-05-15 11:28:15 +0100 | |
---|---|---|
committer | 2024-05-15 11:28:31 +0100 | |
commit | 68c3ed9035165e4daa902421fa9de4589d631b3b (patch) | |
tree | c2e704c7f0cc559d3e9743cee6f579e22f8ec363 | |
parent | Have _eend() remember the cursor position before printing (diff) | |
download | gentoo-functions-1.2.tar.gz gentoo-functions-1.2.tar.bz2 gentoo-functions-1.2.zip |
meson.build: prepare for gentoo-functions-1.2gentoo-functions-1.2
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 de4abf0..0c564b3 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'gentoo-functions', 'c', - version: '1.1', + version: '1.2', license: 'GPL-2.0-only', default_options : [ 'warning_level=2', |