commit | 216dbd3331a7e14ff79cc4dd68c29896f1152ae4 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@HansenPartnership.com> | Wed Jan 09 16:09:37 2019 -0800 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Wed Jan 09 16:09:37 2019 -0800 |
tree | 6082c136b8d2c3de2f2b867aab64f673ebc1951d | |
parent | 98d3ce77b4960785c5180277989542bfb90a9666 [diff] |
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 <James.Bottomley@HansenPartnership.com>
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()