mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 09:40:10 +00:00
build: Bump version and C standard
GTK+ 4.0 uses C99.
This commit is contained in:
parent
c97ef81a10
commit
47bcf66af8
@ -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+')
|
||||
|
Loading…
Reference in New Issue
Block a user