From f9f6f2c4a1e129ad4aee540c281fbf8a6c3b8f24 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Thu, 10 Oct 2024 12:55:44 +0100 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 c1f2ef0cdd..e0f8c515d3 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('picom', 'c', version: '12.1', +project('picom', 'c', version: '12.2', default_options: ['c_std=c11', 'warning_level=1']) cc = meson.get_compiler('c')