summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-05-18 15:04:17 +0100
committerSam James <sam@gentoo.org>2024-05-18 15:04:30 +0100
commit225875f2041902344e6e9744af17836b1fdfe67c (patch)
treea66d8d7c658022d23ed7c42c2f2f5e272f80ded9
parentReposition the declaration of _has_dumb_terminal() (diff)
downloadgentoo-functions-225875f2041902344e6e9744af17836b1fdfe67c.tar.gz
gentoo-functions-225875f2041902344e6e9744af17836b1fdfe67c.tar.bz2
gentoo-functions-225875f2041902344e6e9744af17836b1fdfe67c.zip
meson.build: prepare for gentoo-functions-1.3gentoo-functions-1.3
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 0c564b3..d868613 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gentoo-functions', 'c',
- version: '1.2',
+ version: '1.3',
license: 'GPL-2.0-only',
default_options : [
'warning_level=2',