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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Apr 17, 2021
1 parent 070226c commit c860a24
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
project(
'grim',
'c',
version : '1.3.2',
license : 'MIT',
meson_version : '>=0.48.0',
default_options : ['c_std=c11', 'warning_level=3', 'werror=true']
'grim',
'c',
version : '1.3.2',
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 c860a24

Please sign in to comment.