From 345009c67710bf86377e18d4332babc352249345 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Sun, 3 Feb 2019 21:47:29 -0600 Subject: [PATCH] meson.build: bump project version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 69cfa4fb..e3adef06 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')