From f7a950a6385488375308cd69c1c486e577da78be Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Sat, 29 Oct 2022 20:44:02 +0100 Subject: [PATCH] Bump version number Signed-off-by: Yuxuan Shui --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0150a37..11da327 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('picom', 'c', version: '9', +project('picom', 'c', version: '10', default_options: ['c_std=c11', 'warning_level=1']) cc = meson.get_compiler('c')