aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2024-04-19 11:30:48 -0400
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2024-04-19 11:40:47 -0400
commitc21df7273dba805317b0a8daa0296bace4d55fc2 (patch)
tree5506d63b0163cf14d30795136be249d09262b7c6
parent21cc607b1915399c9fd4b87d4cf3561fb55f9d00 (diff)
downloadopenssl_tpm2_engine-c21df7273dba805317b0a8daa0296bace4d55fc2.tar.gz
Version 4.1.2HEADv4.1.2master
* doc updates to add new fields and clarify primary template * test fixes for newer tpm emulators 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 2ab6ef4..ddfef2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# configure.in for the OpenSSL TPM engine project
#
-AC_INIT(openssl-tpm2-engine, 4.1.1, <openssl-tpm2-engine@groups.io>)
+AC_INIT(openssl-tpm2-engine, 4.1.2, <openssl-tpm2-engine@groups.io>)
AM_INIT_AUTOMAKE([foreign 1.6.3])
AC_CANONICAL_HOST
AM_CONDITIONAL(NATIVE_BUILD, test "x$cross_compiling" = "xno")