aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2018-11-05 07:28:15 -0800
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2018-11-05 07:28:15 -0800
commitef8d71aae38cfed2e701e0e93b962b8a0e1b5f95 (patch)
tree639ebd4b43609c46675377555d3c212aad383891
parente8e41280d86974a450147d74e3be187a2c15ad04 (diff)
downloadopenssl_tpm2_engine-ef8d71aae38cfed2e701e0e93b962b8a0e1b5f95.tar.gz
Version 2.0.0v2.0.0
With the updated licence, changed key format and new OIDs, it's time for a major version bump. The other minor addition is time limited keys based on 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 b4c369c..33e88fa 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.2.1, <James.Bottomley@HansenPartnership.com>)
+AC_INIT(openssl-tpm2-engine, 2.0.0, <James.Bottomley@HansenPartnership.com>)
AM_INIT_AUTOMAKE(1.6.3)
AM_MISSING_PROG(HELP2MAN, help2man)