Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
Bump to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Feb 5, 2021
1 parent 4ac86f2 commit ced1daa
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions meson.build
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit ced1daa

Please sign in to comment.