Skip to content

Commit d180834

Browse files
committed
dmidecode: Set supported SMBIOS version to 3.7.0
Most of the additions to SMBIOS version 3.7.0 are supported now, so bump SUPPORTED_SMBIOS_VER accordingly. Signed-off-by: Jean Delvare <[email protected]>
1 parent 0628ca4 commit d180834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmidecode.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ static const char *bad_index = "<BAD INDEX>";
9090

9191
enum cpuid_type cpuid_type = cpuid_none;
9292

93-
#define SUPPORTED_SMBIOS_VER 0x030600
93+
#define SUPPORTED_SMBIOS_VER 0x030700
9494

9595
#define FLAG_NO_FILE_OFFSET (1 << 0)
9696
#define FLAG_STOP_AT_EOT (1 << 1)

0 commit comments

Comments
 (0)