We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a00bb0 commit 6572621Copy full SHA for 6572621
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'sway',
3
'c',
4
- version: '1.2', #release_version
+ version: '1.3-rc1', #release_version
5
license: 'MIT',
6
meson_version: '>=0.48.0',
7
default_options: [
@@ -58,7 +58,7 @@ math = cc.find_library('m')
58
rt = cc.find_library('rt')
59
60
# Try first to find wlroots as a subproject, then as a system dependency
61
-wlroots_version = ['>=0.8.1', '<0.9.0']
+wlroots_version = ['>=0.9.0', '<0.10.0']
62
wlroots_proj = subproject(
63
'wlroots',
64
default_options: ['examples=false'],
0 commit comments