aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2021-04-04 13:47:14 -0700
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2021-04-04 13:47:14 -0700
commit7cffabd7ddff8aa762256fc6195e2d8b656ab6f2 (patch)
tree1d7e2a2fe8d90fc031df5439c81588c1d941683a
parentad18860bf40d45922dcf9c482b744d74107554f1 (diff)
downloadopenssl_tpm2_engine-7cffabd7ddff8aa762256fc6195e2d8b656ab6f2.tar.gz
Version: 3.0.1v3.0.1
* fix various memory leaks * add fix for privilege reduction of application 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 64a79be..6efa7a5 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.0, <openssl-tpm2-engine@groups.io>)
+AC_INIT(openssl-tpm2-engine, 3.0.1, <openssl-tpm2-engine@groups.io>)
AM_INIT_AUTOMAKE([foreign 1.6.3])
AC_CANONICAL_HOST
AM_CONDITIONAL(NATIVE_BUILD, test "x$cross_compiling" = "xno")