fix(rpath): updated all versions to versions which include correct rpath injection

This commit is contained in:
2026-06-10 15:11:39 -04:00
parent 821ae91438
commit e1f26598ba
4 changed files with 4 additions and 4 deletions

View File

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