Skip to content

Commit dffb770

Browse files
authored
wayfire: bump version to 0.6.0 (#859)
1 parent 32398dd commit dffb770

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

meson.build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(
22
'wayfire',
33
'c',
44
'cpp',
5-
version: '0.5.0',
5+
version: '0.6.0',
66
license: 'MIT',
77
meson_version: '>=0.50.0',
88
default_options: [
@@ -28,8 +28,8 @@ libinput = dependency('libinput', version: '>=1.7.0')
2828
pixman = dependency('pixman-1')
2929
threads = dependency('threads')
3030
xkbcommon = dependency('xkbcommon')
31-
wlroots = dependency('wlroots', version: ['>=0.11.0', '<0.12.0'], required: get_option('use_system_wlroots'))
32-
wfconfig = dependency('wf-config', version: ['>=0.5.0', '<0.6.0'], required: get_option('use_system_wfconfig'))
31+
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'))
3333

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

0 commit comments

Comments
 (0)