aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2022-12-25 16:59:56 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2022-12-25 16:59:56 +0100
commitb88b1b6302cf68cc50ee7f3279b2f2ff29e292c8 (patch)
treecd2ff10b286ca9463e96ca48e38d151f95cae4cf
parentswaynag: fix NULL font description (diff)
downloadsway-b88b1b6302cf68cc50ee7f3279b2f2ff29e292c8.tar.gz
sway-b88b1b6302cf68cc50ee7f3279b2f2ff29e292c8.tar.zst
sway-b88b1b6302cf68cc50ee7f3279b2f2ff29e292c8.zip
build: bump version to 1.81.8
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 598594a8..3878bc36 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-rc4', 4 version: '1.8',
5 license: 'MIT', 5 license: 'MIT',
6 meson_version: '>=0.60.0', 6 meson_version: '>=0.60.0',
7 default_options: [ 7 default_options: [