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')

View File

@@ -1,4 +1,4 @@
project('fourdst', 'cpp', version: 'v0.9.9', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
project('fourdst', 'cpp', version: 'v0.9.10', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
add_project_arguments('-fvisibility=default', language: 'cpp')

View File

@@ -1,4 +1,4 @@
[wrap-git]
url = https://github.com/4D-STAR/libplugin.git
revision = v0.3.6
revision = v0.3.7
depth = 1