aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2018-11-14 14:39:02 -0800
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2018-11-14 18:16:18 -0800
commit8d264c95fd9d450b951ba8878ecc115ff8763d01 (patch)
tree2370e05a467ce66ae63bef5717e7532394010912
parent18795fc4da6a7ea5919ca2288e73e2454552a920 (diff)
downloadopenssl_tpm2_engine-8d264c95fd9d450b951ba8878ecc115ff8763d01.tar.gz
Version 2.1.0v2.1.0
Add importable 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 2d80825..ea544ea 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.1, <James.Bottomley@HansenPartnership.com>)
+AC_INIT(openssl-tpm2-engine, 2.1.0, <James.Bottomley@HansenPartnership.com>)
AM_INIT_AUTOMAKE(1.6.3)
AM_MISSING_PROG(HELP2MAN, help2man)