Changeset 182 for trunk/include/version.h
- Timestamp:
- Nov 7, 2017, 7:12:46 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/version.h
r179 r182 21 21 // OS/2 BLDLEVEL Information. 22 22 */ 23 23 24 // Vendor 24 //~ #define BLDLVL_VENDOR "KIEWITZ" 25 //~ #define BLDLVL_VENDOR "RDPe" 25 #ifndef BLDLVL_VENDOR 26 26 #define BLDLVL_VENDOR "*UNKNOWN*" 27 #endif 28 29 // Build machine 30 #ifndef BLDLVL_MACHINE 31 #define BLDLVL_MACHINE "*UNKNOWN*" 32 #endif 33 27 34 // Version 28 35 #define BLDLVL_MAJOR_VERSION "1" 29 36 #define BLDLVL_MIDDLE_VERSION "1" 30 37 #define BLDLVL_MINOR_VERSION "1" 38 31 39 // Build date 32 40 #define BLDLVL_YEAR "2017" 33 41 #define BLDLVL_MONTH "04" 34 42 #define BLDLVL_DAY "13" 43 35 44 // Build time 36 45 //~ #define BLDLVL_HOURS "01" … … 40 49 #define BLDLVL_MINUTES "59" 41 50 #define BLDLVL_SECONDS "59" 42 // Build machine 43 //~ #define BLDLVL_MACHINE "OS2BLDBOX" 44 #define BLDLVL_MACHINE "*UNKNOWN*" 51 45 52 // Build language 46 53 #define BLDLVL_LANGUAGE "EN" 47
Note:
See TracChangeset
for help on using the changeset viewer.