From 9be6dc66067cfa5c1ed4e74d32c70af52d8bea29 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 2 Jun 2021 14:55:49 +0200 Subject: [PATCH] pkcs11: Update the version to 3.0 (unused anywhere though) --- src/pkcs11/pkcs11.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pkcs11/pkcs11.h b/src/pkcs11/pkcs11.h index 68cac91c..85aa98e0 100644 --- a/src/pkcs11/pkcs11.h +++ b/src/pkcs11/pkcs11.h @@ -63,9 +63,9 @@ extern "C" { version of this file, please consider deleting the revision macro (you may use a macro with a different name to keep track of your versions). */ -#define CRYPTOKI_VERSION_MAJOR 2 -#define CRYPTOKI_VERSION_MINOR 20 -#define CRYPTOKI_VERSION_REVISION 6 +#define CRYPTOKI_VERSION_MAJOR 3 +#define CRYPTOKI_VERSION_MINOR 0 +#define CRYPTOKI_VERSION_REVISION 0 /* Compatibility interface is default, unless CRYPTOKI_GNU is