Changeset 54 for trunk/TOOLS/OS2/SETABOOT/SETABOOT.C
- Timestamp:
- Apr 13, 2014, 9:13:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/TOOLS/OS2/SETABOOT/SETABOOT.C
r46 r54 478 478 //puts ("SETABOOT - AiR-BOOT Configuration Utility (OS/2) - (c) 2004-2009 by M. Kiewitz"); 479 479 //puts ("SETABOOT v1.07a - AiR-BOOT Configuration Utility - (c) 2004-2011 by M. Kiewitz"); 480 puts ("SETABOOT v1.0.8 - AiR-BOOT Configuration Utility - (c) 2004-2012 by M. Kiewitz"); 480 puts ("SETABOOT v" 481 BLDLVL_MAJOR_VERSION"." 482 BLDLVL_MIDDLE_VERSION"." 483 BLDLVL_MINOR_VERSION" - AiR-BOOT Configuration Utility - (c) 2004-" 484 BLDLVL_YEAR 485 " by M. Kiewitz"); 481 486 482 487 … … 976 981 // Rousseau: # Keep compatible with v1.07 CRC # 977 982 // AB v1.07 had bugs in writing the wrong number of AB config sectors. 978 // This is fixed in v1.0.8 but the CRC has to be calculated the "v1.07 way"983 // This is fixed in v1.0.8+ but the CRC has to be calculated the "v1.07 way" 979 984 // otherwise v1.07 SET(A)BOOT and INSTALL2.EXE will think the AB config 980 985 // is corrupted.
Note:
See TracChangeset
for help on using the changeset viewer.