From 64b88e18cc4aa8d7b8eae3d293e06835e5adaf68 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Mon, 6 Oct 2025 14:31:58 -0400 Subject: [PATCH] feat(meson.build): version bump (1.7.0 -> 1.8.0) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 1b3e454..c5e5384 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.7.0', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') +project('libcomposition', 'cpp', version: 'v1.8.0', 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')