aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2018-11-12 20:59:13 -0800
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2018-11-12 21:11:51 -0800
commit4aa8d9bd48e9af976807a0428b636b81fe4ae920 (patch)
tree1f4d5fda4f524716e26abb90864ca32f4b925743
parentd273032c8f756a04bcfa98aea54c0241c0b0eed9 (diff)
downloadopenssl_tpm2_engine-4aa8d9bd48e9af976807a0428b636b81fe4ae920.tar.gz
Version 2.0.1v2.0.1
Fix bugs with secrets hiding, name algorithm and policy 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 33e88fa..2d80825 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# configure.in for the OpenSSL TPM engine project
#
-AC_INIT(openssl-tpm2-engine, 2.0.0, <James.Bottomley@HansenPartnership.com>)
+AC_INIT(openssl-tpm2-engine, 2.0.1, <James.Bottomley@HansenPartnership.com>)
AM_INIT_AUTOMAKE(1.6.3)
AM_MISSING_PROG(HELP2MAN, help2man)