summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/smbiostbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bhyve/smbiostbl.c')
-rw-r--r--usr.sbin/bhyve/smbiostbl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bhyve/smbiostbl.c b/usr.sbin/bhyve/smbiostbl.c
index d560f02..28c7eb2 100644
--- a/usr.sbin/bhyve/smbiostbl.c
+++ b/usr.sbin/bhyve/smbiostbl.c
@@ -321,8 +321,8 @@ struct smbios_table_type0 smbios_type0_template = {
const char *smbios_type0_strings[] = {
"BHYVE", /* vendor string */
- __TIME__, /* bios version string */
- __DATE__, /* bios release date string */
+ "1.00", /* bios version string */
+ "03/14/2014", /* bios release date string */
NULL
};
OpenPOWER on IntegriCloud