From 4a3e0504fd56c18a58e8b6beee34541c3e7bc801 Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Mon, 23 Sep 2024 13:24:10 +0200 Subject: [PATCH] Release version 21 Resolves: #478 Signed-off-by: Sergio Arroutbi --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e2fad951..7bf0bff4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('clevis', 'c', license: 'GPL3+', - version: '20', + version: '21', default_options: 'c_std=c99' )