From 52c2b24eea20722bf5144045162dfa65cc20f68b Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Fri, 8 Mar 2024 09:35:37 +0100 Subject: [PATCH] Release version 20 (#455) Resolves: #454 Signed-off-by: Sergio Arroutbi --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2ef511a1..e2fad951 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('clevis', 'c', license: 'GPL3+', - version: '19', + version: '20', default_options: 'c_std=c99' )