summaryrefslogtreecommitdiff
path: root/dmidecode.c
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2017-04-27 15:49:18 +0200
committerJean Delvare <jdelvare@suse.de>2017-04-27 15:49:18 +0200
commit20b852d6852e7fea4e172f1dd0b4b551f161f39c (patch)
tree2c32c3fd97fc3f4986afd904d44e14b6f25eaadd /dmidecode.c
parent48a8132058a0e5c26035458c1cb4f99b1a0078e3 (diff)
downloaddmidecode-git-20b852d6852e7fea4e172f1dd0b4b551f161f39c.tar.gz
dmidecode: SMBIOS 3.1.0 is fully supported now
All pieces of the SMBIOS 3.1.0 specification are supported now. Signed-off-by: Jean Delvare <jdelvare@suse.de>
Diffstat (limited to 'dmidecode.c')
-rw-r--r--dmidecode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmidecode.c b/dmidecode.c
index 2171a95..7e1c601 100644
--- a/dmidecode.c
+++ b/dmidecode.c
@@ -25,7 +25,7 @@
* are deemed to be part of the source code.
*
* Unless specified otherwise, all references are aimed at the "System
- * Management BIOS Reference Specification, Version 3.0.0" document,
+ * Management BIOS Reference Specification, Version 3.1.0" document,
* available from http://www.dmtf.org/standards/smbios.
*
* Note to contributors:
@@ -75,7 +75,7 @@
#define out_of_spec "<OUT OF SPEC>"
static const char *bad_index = "<BAD INDEX>";
-#define SUPPORTED_SMBIOS_VER 0x0300
+#define SUPPORTED_SMBIOS_VER 0x0301
#define FLAG_NO_FILE_OFFSET (1 << 0)
#define FLAG_STOP_AT_EOT (1 << 1)