]> git.proxmox.com Git - libtpms.git/commitdiff
rev164: Bump spec version, year, and day to rev164
authorStefan Berger <stefanb@linux.ibm.com>
Mon, 15 Mar 2021 19:01:21 +0000 (15:01 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Fri, 19 Mar 2021 19:59:52 +0000 (15:59 -0400)
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
src/tpm2/TpmTypes.h

index 428cf4c5e5a326886b26f0468c7a2d5999f1752f..a06d7590374b71c11f5b9897bc744424c71240d2 100644 (file)
@@ -319,11 +319,11 @@ typedef  UINT32             TPM_SPEC;
 #define SPEC_LEVEL              00
 #define SPEC_LEVEL_NUM          0  // libtpms added: SPEC_LEVEL without leading zeros
 #define TPM_SPEC_LEVEL          (TPM_SPEC)(SPEC_LEVEL)
-#define SPEC_VERSION            162
+#define SPEC_VERSION            164
 #define TPM_SPEC_VERSION        (TPM_SPEC)(SPEC_VERSION)
-#define SPEC_YEAR               2020
+#define SPEC_YEAR               2021
 #define TPM_SPEC_YEAR           (TPM_SPEC)(SPEC_YEAR)
-#define SPEC_DAY_OF_YEAR        53
+#define SPEC_DAY_OF_YEAR        75
 #define TPM_SPEC_DAY_OF_YEAR    (TPM_SPEC)(SPEC_DAY_OF_YEAR)
 
 /* Table 2:7 - Definition of TPM_CONSTANTS32 Constants */