From 216dbd3331a7e14ff79cc4dd68c29896f1152ae4 Mon Sep 17 00:00:00 2001 From: James Bottomley Date: Wed, 9 Jan 2019 16:09:37 -0800 Subject: [PATCH] Version 0.9.2 Fix fedora build Fix variable signing for current tianocore Fix image processing not to invalidate existing signatures Signed-off-by: James Bottomley --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b9d3b73..1459e91 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([sbsigntool], [0.9.1], [James.Bottomley@HansenPartnership.com]) +AC_INIT([sbsigntool], [0.9.2], [James.Bottomley@HansenPartnership.com]) AM_INIT_AUTOMAKE()