From 3390494bfe768ca08463126a865d11a6607c2958 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Sun, 14 Jan 2024 15:53:31 +0000 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 11da327c..528a53a0 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('picom', 'c', version: '10', +project('picom', 'c', version: '11', default_options: ['c_std=c11', 'warning_level=1']) cc = meson.get_compiler('c')