docs(version): v0.9.22 -> v0.10.0

standardized install location and solar compositions
This commit is contained in:
2026-06-08 09:33:42 -04:00
parent 18873ab714
commit 9890e100e3
4 changed files with 4 additions and 4 deletions

View File

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