aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2021-03-24 09:47:39 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2021-03-24 09:47:39 +0100
commita9563a37101e022d5e9c14f8244b1f8a109b4536 (patch)
tree4a47ca3e04ca8e134106b4a94ec825fdb73c4d4e /meson.build
parentview: subsurface NULL check in view_from_wlr_surface (diff)
downloadsway-a9563a37101e022d5e9c14f8244b1f8a109b4536.tar.gz
sway-a9563a37101e022d5e9c14f8244b1f8a109b4536.tar.zst
sway-a9563a37101e022d5e9c14f8244b1f8a109b4536.zip
build: update version to v1.6-rc21.6-rc2
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 22cec4cf..b7a29660 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
1project( 1project(
2 'sway', 2 'sway',
3 'c', 3 'c',
4 version: '1.6-rc1', 4 version: '1.6-rc2',
5 license: 'MIT', 5 license: 'MIT',
6 meson_version: '>=0.53.0', 6 meson_version: '>=0.53.0',
7 default_options: [ 7 default_options: [