diff --git a/meson.build b/meson.build index be4c4c3..62740e0 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'bstring', 'c', - version: '1.0.3', + version: '1.1.0', default_options: ['warning_level=3', 'c_std=c99'] ) cc = meson.get_compiler('c')