X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fvmboot%2Frombios%2Frombios.c;h=f754badb88392411c01577220fb009610471440d;hb=d7645f84d2e53a8f698960dff574fb6ae4a8a3c7;hp=e491dffc34f5ced78758a74fed18ffaa3d0b70be;hpb=4b93282ac2e60cd4d74b1e0be8ac758933140413;p=palacios.git diff --git a/palacios/src/vmboot/rombios/rombios.c b/palacios/src/vmboot/rombios/rombios.c index e491dff..f754bad 100644 --- a/palacios/src/vmboot/rombios/rombios.c +++ b/palacios/src/vmboot/rombios/rombios.c @@ -1,6 +1,6 @@ // -*- fundamental -*- ///////////////////////////////////////////////////////////////////////// -// $Id: rombios.c,v 1.14 2008/08/14 18:25:48 cuizheng Exp $ +// $Id: rombios.c,v 1.16 2008/08/14 20:04:33 cuizheng Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (C) 2002 MandrakeSoft S.A. @@ -946,10 +946,10 @@ Bit16u cdrom_boot(); #endif // BX_ELTORITO_BOOT -static char bios_cvs_version_string[] = "$Revision: 1.14 $"; -static char bios_date_string[] = "$Date: 2008/08/14 18:25:48 $"; +static char bios_cvs_version_string[] = "$Revision: 1.16 $"; +static char bios_date_string[] = "$Date: 2008/08/14 20:04:33 $"; -static char CVSID[] = "$Id: rombios.c,v 1.14 2008/08/14 18:25:48 cuizheng Exp $"; +static char CVSID[] = "$Id: rombios.c,v 1.16 2008/08/14 20:04:33 cuizheng Exp $"; /* Offset to skip the CVS $Id: prefix */ #define bios_version_string (CVSID + 4)