aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2022-02-16 18:15:34 -0500
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2022-02-16 18:15:34 -0500
commit6b9c5718b913900195354edc927b5c2783ff829b (patch)
tree8989148f98246de8eb541e2f9a55d94f5d18d0cc
parenta5e22eb3c6dd069bd46a8f7cf8fdd7b1444d5161 (diff)
downloadopenssl_tpm2_engine-6b9c5718b913900195354edc927b5c2783ff829b.tar.gz
Version: 3.1.0v3.1.0
* Bandaid openssl-3 support * direct pcr policy creation options * TPM key RFC 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 90b68f8..660f14f 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.0.1, <openssl-tpm2-engine@groups.io>)
+AC_INIT(openssl-tpm2-engine, 3.1.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")