From 7043b2da5ebf00e27fe3cc73df44900eb27908f9 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Tue, 21 Apr 2020 19:33:17 +0100 Subject: [PATCH] meson.build: 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 9e63e13..619e219 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('picom', 'c', version: '7', +project('picom', 'c', version: '8', default_options: ['c_std=c11']) cc = meson.get_compiler('c')