From 205194f2ea5c31b10c43fa1385734bf192ee0189 Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Mon, 28 Jun 2021 11:05:08 +0800 Subject: [PATCH] Version bump to 0.5.0 Signed-off-by: Gary Lin --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b0b0376..7ff1716 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.4.0], [glin@suse.com]) +AC_INIT([mokutil], [0.5.0], [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])