Skip to content

Commit 6572621

Browse files
committed
Update version to 1.3-rc1
1 parent 2a00bb0 commit 6572621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'sway',
33
'c',
4-
version: '1.2', #release_version
4+
version: '1.3-rc1', #release_version
55
license: 'MIT',
66
meson_version: '>=0.48.0',
77
default_options: [
@@ -58,7 +58,7 @@ math = cc.find_library('m')
5858
rt = cc.find_library('rt')
5959

6060
# Try first to find wlroots as a subproject, then as a system dependency
61-
wlroots_version = ['>=0.8.1', '<0.9.0']
61+
wlroots_version = ['>=0.9.0', '<0.10.0']
6262
wlroots_proj = subproject(
6363
'wlroots',
6464
default_options: ['examples=false'],

0 commit comments

Comments
 (0)