docs(libplugin): version bump
fourdst v0.9.9 -> v0.9.10 libplugin v0.3.6 -> v0.3.7
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
plugin_p = subproject('libplugin', default_options: [
|
plugin_p = subproject('libplugin', default_options: [
|
||||||
'pkg-config=' + pkg_config_bool_str,
|
'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(),
|
'python-wheel=' + get_option('build-python').to_string(),
|
||||||
])
|
])
|
||||||
libplugin = plugin_p.get_variable('libplugin')
|
libplugin = plugin_p.get_variable('libplugin')
|
||||||
|
|||||||
@@ -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')
|
add_project_arguments('-fvisibility=default', language: 'cpp')
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[wrap-git]
|
[wrap-git]
|
||||||
url = https://github.com/4D-STAR/libplugin.git
|
url = https://github.com/4D-STAR/libplugin.git
|
||||||
revision = v0.3.6
|
revision = v0.3.7
|
||||||
depth = 1
|
depth = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user