Version 4.1.2

* 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>
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")