docs(libplugin): version bump

fourdst v0.9.9 -> v0.9.10
libplugin v0.3.6 -> v0.3.7
This commit is contained in:
2025-11-28 11:17:19 -05:00
parent b9f88d75ce
commit ac76b4ad3b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
plugin_p = subproject('libplugin', default_options: [
'pkg-config=' + pkg_config_bool_str,
'tests=' + get_option('tests').to_string(),
'build-tests=' + get_option('build-tests').to_string(),
'python-wheel=' + get_option('build-python').to_string(),
])
libplugin = plugin_p.get_variable('libplugin')