docs(meson.build): version bump v0.8.1 -> v0.8.2

version bump of fourdst to correspond to the version bump of libcomposition from v1.8.0 to v1.8.2
This commit is contained in:
2025-10-09 07:08:56 -04:00
parent 486695aae1
commit 6436f2c1ae

View File

@@ -1,4 +1,4 @@
project('fourdst', 'cpp', version: 'v0.8.1', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') project('fourdst', 'cpp', version: 'v0.8.2', 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')