We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddaa358 commit 5201475Copy full SHA for 5201475
TPMCmd/tpm/include/TpmTypes.h
@@ -290,11 +290,11 @@ typedef UINT32 TPM_SPEC;
290
#define TPM_SPEC_FAMILY (TPM_SPEC)(SPEC_FAMILY)
291
#define SPEC_LEVEL 00
292
#define TPM_SPEC_LEVEL (TPM_SPEC)(SPEC_LEVEL)
293
-#define SPEC_VERSION 157
+#define SPEC_VERSION 159
294
#define TPM_SPEC_VERSION (TPM_SPEC)(SPEC_VERSION)
295
#define SPEC_YEAR 2019
296
#define TPM_SPEC_YEAR (TPM_SPEC)(SPEC_YEAR)
297
-#define SPEC_DAY_OF_YEAR 283
+#define SPEC_DAY_OF_YEAR 312
298
#define TPM_SPEC_DAY_OF_YEAR (TPM_SPEC)(SPEC_DAY_OF_YEAR)
299
300
// Table 2:7 - Definition of TPM_GENERATED Constants
0 commit comments