Skip to content

Commit

Permalink
build: bump version to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Apr 7, 2021
1 parent 98696fa commit be4b92c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'sway',
'c',
version: '1.6-rc3',
version: '1.6',
license: 'MIT',
meson_version: '>=0.53.0',
default_options: [
Expand Down Expand Up @@ -61,7 +61,7 @@ math = cc.find_library('m')
rt = cc.find_library('rt')

# Try first to find wlroots as a subproject, then as a system dependency
wlroots_version = ['>=0.12.0', '<0.13.0']
wlroots_version = ['>=0.13.0', '<0.14.0']
wlroots_proj = subproject(
'wlroots',
default_options: ['examples=false'],
Expand Down

0 comments on commit be4b92c

Please sign in to comment.