From 6436f2c1aeaf8cf2ea8e14e501bbbe8c37dfe520 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Thu, 9 Oct 2025 07:08:56 -0400 Subject: [PATCH] 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 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4137d6f..1c9ad20 100644 --- a/meson.build +++ b/meson.build @@ -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')