X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fvmboot%2Frombios%2Frombios.c;h=258154e0eb3455bb7cab6293b93a1d65625404e8;hb=c07f7f11e5d781b90f4d8876d12f3fc4e47309ad;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..258154e 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.15 2008/08/14 18:37:38 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.15 $"; +static char bios_date_string[] = "$Date: 2008/08/14 18:37:38 $"; -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.15 2008/08/14 18:37:38 cuizheng Exp $"; /* Offset to skip the CVS $Id: prefix */ #define bios_version_string (CVSID + 4)