From 02029818ab30f4069cd5ef60918d2a336b37750a Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Sun, 20 Jan 2019 22:20:43 +0000 Subject: [PATCH] Bump version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 09c2037342..a57d343a78 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('compton', 'c', version: '4', +project('compton', 'c', version: '5', default_options: ['c_std=c11']) cc = meson.get_compiler('c')