From 126750f0991caea852b500ea7d20491ce2c168c7 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Sun, 6 Feb 2022 20:59:45 +0000 Subject: [PATCH] Bump version number Closes #776 Signed-off-by: Yuxuan Shui --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c8bdb24..505dba2 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('picom', 'c', version: '8', +project('picom', 'c', version: '9', default_options: ['c_std=c11']) cc = meson.get_compiler('c')