From 2a657f748718e94490648d14a62d9b2d82158ffc Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Wed, 14 Oct 2020 14:34:11 +0200 Subject: Pretend to support SMBIOS version 3.3.0 Even though we do not fully support SMBIOS version 3.3.0 yet, the missing parts are not even in the works, and I have yet to see an actual system needing them. So stop warning the users. Signed-off-by: Jean Delvare --- dmidecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmidecode.c') diff --git a/dmidecode.c b/dmidecode.c index 981fe96..cd2b5c9 100644 --- a/dmidecode.c +++ b/dmidecode.c @@ -85,7 +85,7 @@ #define out_of_spec "" static const char *bad_index = ""; -#define SUPPORTED_SMBIOS_VER 0x030200 +#define SUPPORTED_SMBIOS_VER 0x030300 #define FLAG_NO_FILE_OFFSET (1 << 0) #define FLAG_STOP_AT_EOT (1 << 1) -- cgit v1.2.1