blob: 9857d74e7d955484a97adaf918aacc32ab97c6c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- dmidecode/dmidecode.c 2013/04/24 18:11:56 1.175
+++ dmidecode/dmidecode.c 2013/04/26 19:05:48 1.176
@@ -69,7 +69,7 @@
#define out_of_spec "<OUT OF SPEC>"
static const char *bad_index = "<BAD INDEX>";
-#define SUPPORTED_SMBIOS_VER 0x0207
+#define SUPPORTED_SMBIOS_VER 0x0208
/*
* Type-independant Stuff
|