docs(meson): version bump v0.9.14 -> v0.9.15

this version brings compostion hash caching from v2.2.5 of libcomposition
This commit is contained in:
2025-12-07 07:57:11 -05:00
parent c7d64feb3c
commit 80e62fe54e

View File

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