Changeset 2535 in vbox for trunk/src/VBox/Devices
- Timestamp:
- May 8, 2007 12:27:08 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20969
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/rombios.c
r2335 r2535 965 965 #ifdef VBOX 966 966 static char bios_prefix_string[] = "BIOS: "; 967 static char bios_cvs_version_string[] = "VirtualBox " VBOX_VERSION_STRING " built " __DATE__ " " __TIME__; 967 /* Do not use build timestamps in this string. Otherwise even rebuilding the 968 * very same code will lead to compare errors when restoring saved state. */ 969 static char bios_cvs_version_string[] = "VirtualBox " VBOX_VERSION_STRING; 968 970 #define BIOS_COPYRIGHT_STRING "InnoTek VirtualBox BIOS" 969 971 #else /* !VBOX */
Note:
See TracChangeset
for help on using the changeset viewer.