1
0
Fork 0
mirror of https://github.com/emersion/wlr-randr synced 2024-05-13 11:06:11 +02: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

View File

@ -1,14 +1,10 @@
project(
'wlr-randr',
'c',
version: '0.2.0',
license: 'MIT',
meson_version: '>=0.47.0',
default_options: [
'c_std=c99',
'warning_level=3',
'werror=true',
],
'wlr-randr',
'c',
version : '0.2.0',
license : 'MIT',
meson_version : '>=0.47.0',
default_options : ['c_std=c99', 'warning_level=3', 'werror=true']
)
cc = meson.get_compiler('c')