feat(libcomposition): version bump to libcomposition 1.8.0

bumped version to libcomposition version with proper Ye handling and fixed conversion from number fraction to mass fraction
This commit is contained in:
2025-10-06 14:40:22 -04:00
parent 92829b2367
commit e9838d1373
4 changed files with 6 additions and 10 deletions

View File

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