fix(subprojecst): version bump on liblogging and libconfig

this allows them to install properly
This commit is contained in:
2025-06-22 05:58:32 -04:00
parent 209d61f61f
commit d740fab76c
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
# *********************************************************************** # # *********************************************************************** #
project('libcomposition', 'cpp', version: 'v1.0.6', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') project('libcomposition', 'cpp', version: 'v1.0.7', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
# Add default visibility for all C++ targets # Add default visibility for all C++ targets
add_project_arguments('-fvisibility=default', language: 'cpp') add_project_arguments('-fvisibility=default', language: 'cpp')

View File

@@ -1,6 +1,6 @@
[wrap-git] [wrap-git]
url = https://github.com/4D-STAR/libconfig.git url = https://github.com/4D-STAR/libconfig.git
revision = v1.0.6 revision = v1.0.8
depth = 1 depth = 1
[provide] [provide]

View File

@@ -1,6 +1,6 @@
[wrap-git] [wrap-git]
url = https://github.com/4D-STAR/liblogging.git url = https://github.com/4D-STAR/liblogging.git
revision = v1.0.6 revision = v1.0.8
depth = 1 depth = 1
[provide] [provide]