From b0820d847c164751c0b3de0353e9521ec0a301f9 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Sat, 23 Mar 2019 14:20:47 +0000 Subject: [PATCH] release: 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 097d623..7b30f68 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('compton', 'c', version: '5', +project('compton', 'c', version: '6', default_options: ['c_std=c11']) cc = meson.get_compiler('c')