From 44b7b6ef3b1bdce67fff737daa72b25671f4ce2c Mon Sep 17 00:00:00 2001 From: Sergio Correia Date: Mon, 31 Aug 2020 08:30:16 -0300 Subject: [PATCH] Release version 14 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b1a04d4a..15414881 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('clevis', 'c', license: 'GPL3+', version: '13', +project('clevis', 'c', license: 'GPL3+', version: '14', default_options: 'c_std=c99') libexecdir = join_paths(get_option('prefix'), get_option('libexecdir'))