Skip to content

Commit ea24b8e

Browse files
committed
bump wf-config and version
1 parent 8b81db5 commit ea24b8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(
22
'wayfire',
33
'c',
44
'cpp',
5-
version: '0.6.0',
5+
version: '0.7.0',
66
license: 'MIT',
77
meson_version: '>=0.53.0',
88
default_options: [
@@ -29,7 +29,7 @@ pixman = dependency('pixman-1')
2929
threads = dependency('threads')
3030
xkbcommon = dependency('xkbcommon')
3131
wlroots = dependency('wlroots', version: ['>=0.12.0', '<0.13.0'], required: get_option('use_system_wlroots'))
32-
wfconfig = dependency('wf-config', version: ['>=0.6.0', '<0.7.0'], required: get_option('use_system_wfconfig'))
32+
wfconfig = dependency('wf-config', version: ['>=0.7.0', '<0.8.0'], required: get_option('use_system_wfconfig'))
3333

3434
use_system_wlroots = not get_option('use_system_wlroots').disabled() and wlroots.found()
3535
if not use_system_wlroots

subprojects/wf-config

0 commit comments

Comments
 (0)