From ab6ca6c1e41a7346a8bdaf76a604e7c9fd3ff490 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Tue, 12 Nov 2024 09:39:28 +0000 Subject: [PATCH] meson: bump version Signed-off-by: Yuxuan Shui --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2888c12221..d135c5185c 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('picom', 'c', version: '12.3', +project('picom', 'c', version: '12.4', default_options: ['c_std=c11', 'warning_level=1']) cc = meson.get_compiler('c')