aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2019-08-27 13:46:22 +0900
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-08-27 13:46:22 +0900
commitbe138dab4419d3e76a7742428d9ec85bce06116b (patch)
treecb5e3574e21404d3cad6491c147c8cd0d8bb693c
parentcmd_mode: don't reset to default after subcommand (diff)
downloadsway-be138dab4419d3e76a7742428d9ec85bce06116b.tar.gz
sway-be138dab4419d3e76a7742428d9ec85bce06116b.tar.zst
sway-be138dab4419d3e76a7742428d9ec85bce06116b.zip
Update version to 1.21.2v1.2
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 6bb472f1..6118a6b8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
1project( 1project(
2 'sway', 2 'sway',
3 'c', 3 'c',
4 version: '1.1', 4 version: '1.2',
5 license: 'MIT', 5 license: 'MIT',
6 meson_version: '>=0.48.0', 6 meson_version: '>=0.48.0',
7 default_options: [ 7 default_options: [