From ea24b8e1e06d5a02676a18ea87034b4af0fa5a1f Mon Sep 17 00:00:00 2001 From: Ilia Bozhinov Date: Mon, 25 Jan 2021 08:34:08 +0100 Subject: [PATCH] bump wf-config and version --- meson.build | 4 ++-- subprojects/wf-config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 4e76d3374..4a8992cba 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'wayfire', 'c', 'cpp', - version: '0.6.0', + version: '0.7.0', license: 'MIT', meson_version: '>=0.53.0', default_options: [ @@ -29,7 +29,7 @@ pixman = dependency('pixman-1') threads = dependency('threads') xkbcommon = dependency('xkbcommon') wlroots = dependency('wlroots', version: ['>=0.12.0', '<0.13.0'], required: get_option('use_system_wlroots')) -wfconfig = dependency('wf-config', version: ['>=0.6.0', '<0.7.0'], required: get_option('use_system_wfconfig')) +wfconfig = dependency('wf-config', version: ['>=0.7.0', '<0.8.0'], required: get_option('use_system_wfconfig')) use_system_wlroots = not get_option('use_system_wlroots').disabled() and wlroots.found() if not use_system_wlroots diff --git a/subprojects/wf-config b/subprojects/wf-config index bccfc1080..75e0aba4c 160000 --- a/subprojects/wf-config +++ b/subprojects/wf-config @@ -1 +1 @@ -Subproject commit bccfc10806f35c3bfc2b3ff1d84c217760840503 +Subproject commit 75e0aba4cd8da3925350a189fa643113df25df53