diff options
author | Jean Delvare <jdelvare@suse.de> | 2020-10-14 14:34:11 +0200 |
---|---|---|
committer | Jean Delvare <jdelvare@suse.de> | 2020-10-14 14:34:11 +0200 |
commit | 2a657f748718e94490648d14a62d9b2d82158ffc (patch) | |
tree | 235a355ec0799b204fda74160b267c1c3646265a /dmidecode.c | |
parent | adf8a6268169eae93e4f8176b54ffd191d04ee76 (diff) | |
download | dmidecode-git-2a657f748718e94490648d14a62d9b2d82158ffc.tar.gz |
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 <jdelvare@suse.de>
Diffstat (limited to 'dmidecode.c')
-rw-r--r-- | dmidecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 "<OUT OF SPEC>" static const char *bad_index = "<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) |