From d59ec6a34ae7435e8d01d85412a5dfaf18f90f68 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 0150a37c..11da327c 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')