aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-16 08:45:41 +1100
committerallusive-dev <[email protected]>2023-11-16 08:45:41 +1100
commit3f4bb5d524c8b3935d3a4c0e4de178709c527677 (patch)
tree02835c1b074024399c6fd04ab37a2f27865a8708 /meson.build
parentUpdate README.md (diff)
downloadcompfy-3f4bb5d524c8b3935d3a4c0e4de178709c527677.tar.xz
compfy-3f4bb5d524c8b3935d3a4c0e4de178709c527677.zip
Hide unneeded GL errors. Fix modulemap1.6.1
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 50b37bb..3f2dcdb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('compfy', 'c', version: '1.6.0',
+project('compfy', 'c', version: '1.6.1',
default_options: ['c_std=c11', 'warning_level=1'])
cc = meson.get_compiler('c')