aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2023-01-29 09:48:56 -0500
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2023-01-29 09:48:56 -0500
commit04f524d7f58b335b61237e9e8c21871674deb51b (patch)
tree4d7f60b0d022220e126b39584915d8936d9c0d0c
parente15386adcabd2b304d8e90bb0e680462de7e0466 (diff)
downloadopenssl_tpm2_engine-04f524d7f58b335b61237e9e8c21871674deb51b.tar.gz
Version 3.3.0v3.3.0
* Add importable sealed data * Fix name hash for importable keys and data 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 b211d3c..0b409a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# configure.in for the OpenSSL TPM engine project
#
-AC_INIT(openssl-tpm2-engine, 3.2.1, <openssl-tpm2-engine@groups.io>)
+AC_INIT(openssl-tpm2-engine, 3.3.0, <openssl-tpm2-engine@groups.io>)
AM_INIT_AUTOMAKE([foreign 1.6.3])
AC_CANONICAL_HOST
AM_CONDITIONAL(NATIVE_BUILD, test "x$cross_compiling" = "xno")