From ca793a526fbb73cfe72ce046f98a49b8b6779ccd Mon Sep 17 00:00:00 2001 From: Sergio Correia Date: Tue, 9 Feb 2021 14:38:49 -0300 Subject: [PATCH] Release version 16 --- meson.build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 18233443..541160a4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,7 @@ -project('clevis', 'c', license: 'GPL3+', version: '15', - default_options: 'c_std=c99') +project('clevis', 'c', license: 'GPL3+', + version: '16', + default_options: 'c_std=c99' +) libexecdir = join_paths(get_option('prefix'), get_option('libexecdir')) sysconfdir = join_paths(get_option('prefix'), get_option('sysconfdir'))