From 325570f2575d5b68a8dd808680f900281154ae3e Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Wed, 8 Oct 2025 15:18:10 -0400 Subject: [PATCH] docs(meson.build): version bump (v1.8.0 -> v1.8.1) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c5e5384..99a37aa 100644 --- a/meson.build +++ b/meson.build @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # *********************************************************************** # -project('libcomposition', 'cpp', version: 'v1.8.0', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') +project('libcomposition', 'cpp', version: 'v1.8.1', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') # Add default visibility for all C++ targets add_project_arguments('-fvisibility=default', language: 'cpp')