build: Bump version and C standard

GTK+ 4.0 uses C99.
This commit is contained in:
Emmanuele Bassi 2017-04-18 14:29:48 +01:00
parent c97ef81a10
commit 47bcf66af8

View File

@ -1,8 +1,9 @@
project('gtk+-4.0', 'c',
version: '3.89.50',
version: '3.91.1',
default_options: [
'buildtype=debugoptimized',
'warning_level=1'
'warning_level=1',
'c_std=c99',
],
meson_version : '>= 0.39.1',
license: 'LGPLv2.1+')