diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 3a9abca6..4210d257 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'marco', 'c', - version: '1.23.1', + version: '1.23.2', meson_version: '>=0.47.0', license: 'GPL2', default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'], |