aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2024-02-24 14:39:26 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2024-02-24 14:39:26 +0100
commit1a3cfc50c15124c2be18c025e609112ee15de4aa (patch)
tree2e6fdb7e077fe5b07183cad7efe7d3217081dd1c
parentbuild: bump version to 1.9-rc.4 (diff)
downloadsway-v1.9.tar.gz
sway-v1.9.tar.zst
sway-v1.9.zip
build: bump version to 1.91.9v1.9
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 416bf917..c52d6629 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
1project( 1project(
2 'sway', 2 'sway',
3 'c', 3 'c',
4 version: '1.9-rc.4', 4 version: '1.9',
5 license: 'MIT', 5 license: 'MIT',
6 meson_version: '>=0.60.0', 6 meson_version: '>=0.60.0',
7 default_options: [ 7 default_options: [