aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2022-12-03 17:56:30 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2022-12-03 17:56:30 +0100
commitfb1cb0aa3ac20e62de9cc49cf4196f5d2715a309 (patch)
tree166a67e4d01eacae84cb8a63a1deef354c646caf
parentbuild: fix have_xwayland when xcb-icccm is not found (diff)
downloadsway-fb1cb0aa3ac20e62de9cc49cf4196f5d2715a309.tar.gz
sway-fb1cb0aa3ac20e62de9cc49cf4196f5d2715a309.tar.zst
sway-fb1cb0aa3ac20e62de9cc49cf4196f5d2715a309.zip
build: bump version to 1.8-rc21.8-rc2
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ce25cfa0..b697ec68 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
1project( 1project(
2 'sway', 2 'sway',
3 'c', 3 'c',
4 version: '1.8-rc1', 4 version: '1.8-rc2',
5 license: 'MIT', 5 license: 'MIT',
6 meson_version: '>=0.60.0', 6 meson_version: '>=0.60.0',
7 default_options: [ 7 default_options: [