1
0
mirror of https://github.com/emersion/wlr-randr synced 2024-11-22 19:41:57 +01:00

Bump to v0.2.0

This commit is contained in:
Simon Ser 2021-02-05 14:26:21 +01:00
parent 4ac86f22b6
commit ced1daa89e

@ -4,11 +4,7 @@ project(
version : '0.2.0',
license : 'MIT',
meson_version : '>=0.47.0',
default_options: [
'c_std=c99',
'warning_level=3',
'werror=true',
],
default_options : ['c_std=c99', 'warning_level=3', 'werror=true']
)
cc = meson.get_compiler('c')