aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2018-06-30 10:08:09 -0700
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2018-06-30 10:08:09 -0700
commitdda24f908ff9ca73995e36dc04fdc4a181c208cf (patch)
treea7148670239335c0311692da27c3a6a14fa59d19
parent52e9d5cfbc3e7f1c566ad1153761792498174dd6 (diff)
downloadopenssl_tpm2_engine-dda24f908ff9ca73995e36dc04fdc4a181c208cf.tar.gz
Version: 1.2.0v1.2.0
- Now looks for variable locations for the tss library - Includes updates to support key policy (PCR and password) 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 d1b3515..a386fef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# configure.in for the OpenSSL TPM engine project
#
-AC_INIT(openssl-tpm2-engine, 1.1.0, <James.Bottomley@HansenPartnership.com>)
+AC_INIT(openssl-tpm2-engine, 1.2.0, <James.Bottomley@HansenPartnership.com>)
AM_INIT_AUTOMAKE(1.6.3)
AM_MISSING_PROG(HELP2MAN, help2man)