Changeset 68 for trunk/install/c/install.h
- Timestamp:
- Apr 8, 2017, 12:25:44 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/c/install.h
r64 r68 30 30 #define BLDLVL_MINOR_VERSION "1" 31 31 // Build date 32 #define BLDLVL_YEAR "201 6"33 #define BLDLVL_MONTH " 10"34 #define BLDLVL_DAY "1 0"32 #define BLDLVL_YEAR "2017" 33 #define BLDLVL_MONTH "03" 34 #define BLDLVL_DAY "15" 35 35 // Build time 36 36 //~ #define BLDLVL_HOURS "01" 37 37 //~ #define BLDLVL_MINUTES "01" 38 38 //~ #define BLDLVL_SECONDS "00" 39 #define BLDLVL_HOURS " 99"40 #define BLDLVL_MINUTES " 99"41 #define BLDLVL_SECONDS " 99"39 #define BLDLVL_HOURS "23" 40 #define BLDLVL_MINUTES "59" 41 #define BLDLVL_SECONDS "59" 42 42 // Build machine 43 43 //~ #define BLDLVL_MACHINE "OS2BLDBOX"
Note:
See TracChangeset
for help on using the changeset viewer.