up glib wrap

This commit is contained in:
Ailin Nemui 2025-07-27 21:16:06 +02:00
commit e64ed836a5
2 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@ project('irssi', 'c',
############################
############################
glib_internal_version = 'glib-2.74.3' # keep this in sync with subprojects/glib.wrap
glib_internal_version = 'glib-2.74.7' # keep this in sync with subprojects/glib.wrap
glib_pcre2_internal_version = 'pcre2-10.40'
glib_libffi_internal_version = 'libffi'
cc = meson.get_compiler('c')