Changeset 63 for trunk/tools/os2/setaboot/setaboot.h
- Timestamp:
- Oct 9, 2016, 10:53:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/os2/setaboot/setaboot.h
r57 r63 8 8 */ 9 9 // Vendor 10 #define BLDLVL_VENDOR "KIEWITZ" 10 //~ #define BLDLVL_VENDOR "KIEWITZ" 11 //~ #define BLDLVL_VENDOR "RDPe" 12 #define BLDLVL_VENDOR "*UNKNOWN*" 11 13 // Version 12 14 #define BLDLVL_MAJOR_VERSION "1" 13 15 #define BLDLVL_MIDDLE_VERSION "1" 14 #define BLDLVL_MINOR_VERSION " 0"16 #define BLDLVL_MINOR_VERSION "1" 15 17 // Build date 16 #define BLDLVL_YEAR "201 3"17 #define BLDLVL_MONTH " 04"18 #define BLDLVL_DAY "0 5"18 #define BLDLVL_YEAR "2016" 19 #define BLDLVL_MONTH "10" 20 #define BLDLVL_DAY "09" 19 21 // Build time 20 #define BLDLVL_HOURS "01" 21 #define BLDLVL_MINUTES "01" 22 #define BLDLVL_SECONDS "00" 22 //~ #define BLDLVL_HOURS "01" 23 //~ #define BLDLVL_MINUTES "01" 24 //~ #define BLDLVL_SECONDS "00" 25 #define BLDLVL_HOURS "99" 26 #define BLDLVL_MINUTES "99" 27 #define BLDLVL_SECONDS "99" 23 28 // Build machine 29 //~ #define BLDLVL_MACHINE "OS2BLDBOX" 24 30 #define BLDLVL_MACHINE "*UNKNOWN*" 25 31 // Build language … … 44 50 45 51 46 47 48 52 #ifdef __cplusplus 49 53 };
Note:
See TracChangeset
for help on using the changeset viewer.