aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2019-01-09 16:09:37 -0800
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2019-01-09 16:09:37 -0800
commit216dbd3331a7e14ff79cc4dd68c29896f1152ae4 (patch)
tree6082c136b8d2c3de2f2b867aab64f673ebc1951d
parent98d3ce77b4960785c5180277989542bfb90a9666 (diff)
downloadsbsigntools-216dbd3331a7e14ff79cc4dd68c29896f1152ae4.tar.gz
Version 0.9.2v0.9.2
Fix fedora build Fix variable signing for current tianocore Fix image processing not to invalidate existing signatures Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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()