Changeset 70 for trunk/install/c/install.h
- Timestamp:
- Apr 8, 2017, 12:25:59 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/c/install.h
r68 r70 19 19 20 20 /* 21 // OS/2 BLDLEVEL Information. 21 // Include the version information for BLDLEVEL. 22 // This information is common to all built executables. 22 23 */ 23 // Vendor 24 //~ #define BLDLVL_VENDOR "KIEWITZ" 25 //~ #define BLDLVL_VENDOR "RDPe" 26 #define BLDLVL_VENDOR "*UNKNOWN*" 27 // Version 28 #define BLDLVL_MAJOR_VERSION "1" 29 #define BLDLVL_MIDDLE_VERSION "1" 30 #define BLDLVL_MINOR_VERSION "1" 31 // Build date 32 #define BLDLVL_YEAR "2017" 33 #define BLDLVL_MONTH "03" 34 #define BLDLVL_DAY "15" 35 // Build time 36 //~ #define BLDLVL_HOURS "01" 37 //~ #define BLDLVL_MINUTES "01" 38 //~ #define BLDLVL_SECONDS "00" 39 #define BLDLVL_HOURS "23" 40 #define BLDLVL_MINUTES "59" 41 #define BLDLVL_SECONDS "59" 42 // Build machine 43 //~ #define BLDLVL_MACHINE "OS2BLDBOX" 44 #define BLDLVL_MACHINE "*UNKNOWN*" 45 // Build language 46 #define BLDLVL_LANGUAGE "EN" 24 #include "../../include/version.h" 47 25 48 26 //char bldlevel[] = "@#KIEWITZ:1.0.8#@##1## 2011/01/17 21:10:00 ecs-devbox:ASD123:L:C:8::99@@ Adapter Driver for PATA/SATA DASD";
Note:
See TracChangeset
for help on using the changeset viewer.