Merge branch 'tio:master' into xmodem_checksum

This commit is contained in:
yabu76 2026-02-01 18:02:00 +09:00 committed by GitHub
commit 6328dcd3e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
project('tio', 'c', project('tio', 'c',
version : '3.9', version : '3.9',
license : [ 'GPL-2'], license : 'GPL-2.0-or-later',
meson_version : '>= 0.53.2', meson_version : '>= 0.53.2',
default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu99' ] default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu99' ]
) )