Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
Bump to v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Jul 21, 2020
1 parent fd01cf8 commit a5e009a
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(
'grim',
'c',
version: '1.3.0',
license: 'MIT',
meson_version: '>=0.48.0',
default_options: [
'c_std=c11',
'warning_level=3',
'werror=true',
],
'grim',
'c',
version : '1.3.1',
license : 'MIT',
meson_version : '>=0.48.0',
default_options : ['c_std=c11', 'warning_level=3', 'werror=true']
)

add_project_arguments('-Wno-unused-parameter', language: 'c')
Expand Down

0 comments on commit a5e009a

Please sign in to comment.