feat(version): version bump v0.9.0 -> v0.9.1

This brings the version of libcomposition with AbstractComposition moved to the correct namespace and the header file placed in the correct install path
This commit is contained in:
2025-11-09 07:01:36 -05:00
parent 1a998909b2
commit f5af2c080b
2 changed files with 2 additions and 2 deletions

View File

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