From 1a998909b242e35a3480772fccd17eac46e81d0f Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Sat, 8 Nov 2025 07:41:10 -0500 Subject: [PATCH] docs(meson.build): version bump v0.8.5 -> v0.9.0 this version bring libcomposition v2.0.1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4a9ccb3..0e7b1c9 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('fourdst', 'cpp', version: 'v0.8.5', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') +project('fourdst', 'cpp', version: 'v0.9.0', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') add_project_arguments('-fvisibility=default', language: 'cpp')