Bump to v0.2.0

This commit is contained in:
Simon Ser 2021-02-15 10:22:29 +01:00
parent 92e6877fce
commit e103e120e2
1 changed files with 6 additions and 10 deletions

View File

@ -1,14 +1,10 @@
project(
'xdg-desktop-portal-wlr',
'c',
version: '0.1.0',
license: 'MIT',
meson_version: '>=0.50.0',
default_options: [
'c_std=c11',
'warning_level=2',
'werror=true',
],
'xdg-desktop-portal-wlr',
'c',
version : '0.2.0',
license : 'MIT',
meson_version : '>=0.50.0',
default_options : ['c_std=c11', 'warning_level=2', 'werror=true']
)
cc = meson.get_compiler('c')