From ced1daa89e59ce5a0e42fd77148a8f614bcbc3f7 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 5 Feb 2021 14:26:21 +0100 Subject: [PATCH] Bump to v0.2.0 --- meson.build | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/meson.build b/meson.build index 5c74fbe..a923fb2 100644 --- a/meson.build +++ b/meson.build @@ -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')