From a0e52a974e3ef222ee454bab76602afd7f4c0440 Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Tue, 19 Mar 2024 16:45:06 +0800 Subject: [PATCH] Version bump to 0.7.2 Signed-off-by: Gary Lin --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7980a3a..037f6e8 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([mokutil], [0.7.1], [glin@suse.com]) +AC_INIT([mokutil], [0.7.2], [glin@suse.com]) AM_INIT_AUTOMAKE([1.11 -Wno-portability tar-ustar dist-bzip2 no-dist-gzip]) AC_CONFIG_SRCDIR([src/mokutil.c]) AC_CONFIG_HEADERS([config.h])