diff --git a/meson.build b/meson.build index 6171148..8bfafd5 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libei', 'c', - version: '1.0.0', + version: '1.0.901', license: 'MIT', default_options: [ 'c_std=gnu11', 'warning_level=2' ], meson_version: '>= 0.56.0')