From b4d8693f04bcf43986aba061845947534b384152 Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Sat, 7 May 2022 15:02:34 +0800 Subject: [PATCH] Version bump to 0.6.0 Also update my email in configure.ac. Signed-off-by: Gary Lin --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7ff1716..bfa0dfe 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.5.0], [glin@suse.com]) +AC_INIT([mokutil], [0.6.0], [chingpang@gmail.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])