From f5af2c080bac1203bad676a4d488e68432e5f3aa Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Sun, 9 Nov 2025 07:01:36 -0500 Subject: [PATCH] feat(version): version bump v0.9.0 -> v0.9.1 This brings the version of libcomposition with AbstractComposition moved to the correct namespace and the header file placed in the correct install path --- meson.build | 2 +- subprojects/libcomposition.wrap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 0e7b1c9..d693507 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('fourdst', 'cpp', version: 'v0.9.0', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') +project('fourdst', 'cpp', version: 'v0.9.1', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') add_project_arguments('-fvisibility=default', language: 'cpp') diff --git a/subprojects/libcomposition.wrap b/subprojects/libcomposition.wrap index 72eb90b..7891796 100644 --- a/subprojects/libcomposition.wrap +++ b/subprojects/libcomposition.wrap @@ -1,4 +1,4 @@ [wrap-git] url = https://github.com/4D-STAR/libcomposition.git -revision = v2.0.1 +revision = v2.0.2 depth = 1