Skip to content

Commit 5201475

Browse files
committed
Fixed the SPEC_VERSION and SPEC_DAY_OF_YEAR values.
1 parent ddaa358 commit 5201475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TPMCmd/tpm/include/TpmTypes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,11 +290,11 @@ typedef UINT32 TPM_SPEC;
290290
#define TPM_SPEC_FAMILY (TPM_SPEC)(SPEC_FAMILY)
291291
#define SPEC_LEVEL 00
292292
#define TPM_SPEC_LEVEL (TPM_SPEC)(SPEC_LEVEL)
293-
#define SPEC_VERSION 157
293+
#define SPEC_VERSION 159
294294
#define TPM_SPEC_VERSION (TPM_SPEC)(SPEC_VERSION)
295295
#define SPEC_YEAR 2019
296296
#define TPM_SPEC_YEAR (TPM_SPEC)(SPEC_YEAR)
297-
#define SPEC_DAY_OF_YEAR 283
297+
#define SPEC_DAY_OF_YEAR 312
298298
#define TPM_SPEC_DAY_OF_YEAR (TPM_SPEC)(SPEC_DAY_OF_YEAR)
299299

300300
// Table 2:7 - Definition of TPM_GENERATED Constants

0 commit comments

Comments
 (0)