Changeset 222
- Timestamp:
- Nov 9, 2017, 11:25:52 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/airboot.md5
r188 r222 1 7af8922d9ad553da88e32c98ee2717cdairboot.bin1 6d12a524227902466ab26d98476969bc airboot.bin -
trunk/include/version.h
r212 r222 48 48 #define BLDLVL_YEAR "2017" 49 49 #define BLDLVL_MONTH "11" 50 #define BLDLVL_DAY "0 7"50 #define BLDLVL_DAY "09" 51 51 52 52 // Build time … … 65 65 #define BLDLVL_YEAR "2017" 66 66 #define BLDLVL_MONTH "11" 67 #define BLDLVL_DAY "0 7"67 #define BLDLVL_DAY "08" 68 68 69 69 // Build time -
trunk/include/version.inc
r212 r222 37 37 AB_YEAR EQU 2017h 38 38 AB_MONTH EQU 11h 39 AB_DAY EQU 0 7h39 AB_DAY EQU 09h 40 40 41 41 ; The Hours, Minutes and Seconds, again in BCD for easy manipulation. … … 55 55 AB_YEAR EQU 2017h 56 56 AB_MONTH EQU 11h 57 AB_DAY EQU 0 7h57 AB_DAY EQU 08h 58 58 59 59 ; The Hours, Minutes and Seconds, again in BCD for easy manipulation.
Note:
See TracChangeset
for help on using the changeset viewer.