summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-02-16 21:35:32 +0000
committerSam James <sam@gentoo.org>2024-02-16 21:35:32 +0000
commita72102fe08752fefc8243855285affd93e5ff015 (patch)
tree1277bcfd2a41d70687be147cae9f01ddae7e22fb
parentAccount for the buggy CHA implementation in Emacs (diff)
downloadgentoo-functions-a72102fe08752fefc8243855285affd93e5ff015.tar.gz
gentoo-functions-a72102fe08752fefc8243855285affd93e5ff015.tar.bz2
gentoo-functions-a72102fe08752fefc8243855285affd93e5ff015.zip
meson.build: crank version to 1.0gentoo-functions-1.0
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 2557168..5346aee 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gentoo-functions', 'c',
- version: '0.20',
+ version: '1.0',
license: 'GPL-2.0-only',
default_options : [
'warning_level=2',