From c80899d1faaba63f38dcaf5837b44644f59b07a3 Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Fri, 8 Mar 2024 16:07:16 +0800 Subject: [PATCH] Version bump to 0.7.1 And update my email address Signed-off-by: Gary Lin --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3f31034..7980a3a 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.6.0], [chingpang@gmail.com]) +AC_INIT([mokutil], [0.7.1], [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])