1
0
Fork 0
mirror of https://github.com/emersion/wlr-randr synced 2024-05-27 09:56:05 +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( project(
'wlr-randr', 'wlr-randr',
'c', 'c',
version: '0.2.0', version : '0.2.0',
license: 'MIT', license : 'MIT',
meson_version: '>=0.47.0', meson_version : '>=0.47.0',
default_options: [ default_options : ['c_std=c99', 'warning_level=3', 'werror=true']
'c_std=c99',
'warning_level=3',
'werror=true',
],
) )
cc = meson.get_compiler('c') cc = meson.get_compiler('c')