From 94ad37619f95a07b94a6a9a570bd74727eb830c4 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 15 Feb 2019 17:39:56 +0100 Subject: SMBIOS: Fix bios version Change-Id: I142f08ed3c2704b8fde6d176f23772f5d6b33e85 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/31437 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/include/version.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/version.h') diff --git a/src/include/version.h b/src/include/version.h index f24b893e0a..d8cf725166 100644 --- a/src/include/version.h +++ b/src/include/version.h @@ -10,6 +10,8 @@ extern const char coreboot_version[]; extern const char coreboot_extra_version[]; extern const char coreboot_build[]; extern const unsigned int coreboot_version_timestamp; +extern const unsigned int coreboot_major_revision; +extern const unsigned int coreboot_minor_revision; /* When coreboot was compiled */ extern const char coreboot_compile_time[]; -- cgit v1.2.3