Changeset 229 for trunk/include/version.inc
- Timestamp:
- Jul 7, 2018, 9:09:36 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/version.inc
r222 r229 32 32 AB_MAJOR_VERSION EQU 1 33 33 AB_MIDDLE_VERSION EQU 1 34 AB_MINOR_VERSION EQU 434 AB_MINOR_VERSION EQU 6 35 35 36 36 ; The Year, Month and Day in BCD so we can easily extract nibbles. 37 AB_YEAR EQU 201 7h38 AB_MONTH EQU 11h39 AB_DAY EQU 09h37 AB_YEAR EQU 2018h 38 AB_MONTH EQU ??h 39 AB_DAY EQU ??h 40 40 41 41 ; The Hours, Minutes and Seconds, again in BCD for easy manipulation. … … 50 50 AB_MAJOR_VERSION EQU 1 51 51 AB_MIDDLE_VERSION EQU 1 52 AB_MINOR_VERSION EQU 352 AB_MINOR_VERSION EQU 5 53 53 54 54 ; The Year, Month and Day in BCD so we can easily extract nibbles. 55 AB_YEAR EQU 201 7h56 AB_MONTH EQU 11h57 AB_DAY EQU 0 8h55 AB_YEAR EQU 2018h 56 AB_MONTH EQU 07h 57 AB_DAY EQU 05h 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.