diff --git a/meson.build b/meson.build index ba07d3b..9353aa6 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('c-flags', 'c', version: '1.5.0', license: 'MIT', +project('c-flags', 'c', version: '1.5.1', license: 'MIT', default_options: ['c_std=c99', 'warning_level=3']) subdir('lib')