Changeset 68 for trunk/tools/internal/fixcode.h
- Timestamp:
- Apr 8, 2017, 12:25:44 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/internal/fixcode.h
r64 r68 14 14 #define BLDLVL_MINOR_VERSION "1" 15 15 // Build date 16 #define BLDLVL_YEAR "201 6"17 #define BLDLVL_MONTH " 10"18 #define BLDLVL_DAY "1 0"16 #define BLDLVL_YEAR "2017" 17 #define BLDLVL_MONTH "03" 18 #define BLDLVL_DAY "15" 19 19 // Build time 20 20 //~ #define BLDLVL_HOURS "01" 21 21 //~ #define BLDLVL_MINUTES "01" 22 22 //~ #define BLDLVL_SECONDS "00" 23 #define BLDLVL_HOURS " 99"24 #define BLDLVL_MINUTES " 99"25 #define BLDLVL_SECONDS " 99"23 #define BLDLVL_HOURS "23" 24 #define BLDLVL_MINUTES "59" 25 #define BLDLVL_SECONDS "59" 26 26 // Build machine 27 27 //~ #define BLDLVL_MACHINE "OS2BLDBOX"
Note:
See TracChangeset
for help on using the changeset viewer.