summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2022-06-15 13:35:25 +0200
committerJean Delvare <jdelvare@suse.de>2022-06-15 13:35:25 +0200
commit3882a45fb6b7a36ba9463ee53e46a9090ecb8d8c (patch)
tree801a9325587076fe9e2221d34a93921f64bbe340
parent46a0628addfc43f37c0830d908bebab0887eb889 (diff)
downloaddmidecode-git-3882a45fb6b7a36ba9463ee53e46a9090ecb8d8c.tar.gz
dmidecode: Set supported version to 3.5.0
While we do not support every piece of the specification yet, the most needed ones are in place now so it seems reasonable to stop warning users. Signed-off-by: Jean Delvare <jdelvare@suse.de>
-rw-r--r--dmidecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmidecode.c b/dmidecode.c
index d93cd68..9aeff91 100644
--- a/dmidecode.c
+++ b/dmidecode.c
@@ -87,7 +87,7 @@ static const char *bad_index = "<BAD INDEX>";
enum cpuid_type cpuid_type = cpuid_none;
-#define SUPPORTED_SMBIOS_VER 0x030300
+#define SUPPORTED_SMBIOS_VER 0x030500
#define FLAG_NO_FILE_OFFSET (1 << 0)
#define FLAG_STOP_AT_EOT (1 << 1)