aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2022-11-26 23:25:54 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2022-11-26 23:25:54 +0100
commit81518e299c8eacaa9563c61e550db5f0a424ce61 (patch)
treeb3e6c150639556ae1baff0d144bdf0362a8b8e7c /meson.build
parentbuild: drop unused wayland-egl dependency (diff)
downloadsway-81518e299c8eacaa9563c61e550db5f0a424ce61.tar.gz
sway-81518e299c8eacaa9563c61e550db5f0a424ce61.tar.zst
sway-81518e299c8eacaa9563c61e550db5f0a424ce61.zip
build: bump version to 1.9-dev
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 15849934..7e26ae2a 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-dev', 4 version: '1.9-dev',
5 license: 'MIT', 5 license: 'MIT',
6 meson_version: '>=0.60.0', 6 meson_version: '>=0.60.0',
7 default_options: [ 7 default_options: [