From 8added4bdd6d0ea8d037c51024dd2ce59d1bbe14 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Sat, 24 Oct 2020 09:42:52 +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 6540a2ffdb..3885aa056f 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('picom', 'c', version: '8.1', +project('picom', 'c', version: '8.2', default_options: ['c_std=c11']) cc = meson.get_compiler('c')