aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2019-06-03 08:50:12 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-06-03 08:50:12 -0400
commit6b6eb147ec2e79866f30a8f339c91f9bf5ca8c8c (patch)
tree0e832c234670bd360ae155174d2e36324964fd9e /meson.build
parentdesktop: output: fix use-after-free in destroy (diff)
downloadsway-6b6eb147ec2e79866f30a8f339c91f9bf5ca8c8c.tar.gz
sway-6b6eb147ec2e79866f30a8f339c91f9bf5ca8c8c.tar.zst
sway-6b6eb147ec2e79866f30a8f339c91f9bf5ca8c8c.zip
Bump meson version to 1.1
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 48bce3aa..f657f874 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
1project( 1project(
2 'sway', 2 'sway',
3 'c', 3 'c',
4 version: '1.0', 4 version: '1.1',
5 license: 'MIT', 5 license: 'MIT',
6 meson_version: '>=0.48.0', 6 meson_version: '>=0.48.0',
7 default_options: [ 7 default_options: [