aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2023-03-19 17:07:59 -0400
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2023-03-19 17:07:59 -0400
commit9cfca9fe7aa7a8e29b92fe33ce8433e212c9a8ba (patch)
tree04b8e181961fe86a5aa125422eebb171436f9bd1
parent75d8405eca50bc62da4d6115f09f9a42969092e1 (diff)
downloadsbsigntools-9cfca9fe7aa7a8e29b92fe33ce8433e212c9a8ba.tar.gz
Version 0.9.5HEADv0.9.5master
Andreas Schwab (1): sbsigntool: add support for RISC-V 64-bit PE/COFF images Daniel Axtens (1): sbvarsign: do not include PKCS#7 attributes James Bottomley (1): Add support for openssl-3 Jeremi Piotrowski (1): Fix openssl-3.0 issue involving ASN1 xxx_it dann frazier (1): sbkeysync: Don't ignore errors from insert_new_keys() 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 23c17f4..8a5340a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([sbsigntool], [0.9.4], [James.Bottomley@HansenPartnership.com])
+AC_INIT([sbsigntool], [0.9.5], [James.Bottomley@HansenPartnership.com])
AM_INIT_AUTOMAKE()