Ignore:
Timestamp:
Jul 7, 2018, 9:09:36 AM (7 years ago)
Author:
Ben Rietbroek
Message:

Opening new test-version [v1.1.5-testing]

CAUTION:
This is a testbuild !
AirBoot uses the BIOS to access disks and a small coding error can trash
partition tables or other vital disk structures. You are advised to make
backups of TRACK0 and EBRs before using this testbuild. More info at:
https://rousseaux.github.io/netlabs.air-boot/pdf/AirBoot-v1.1.4-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/version.inc

    r222 r229  
    3232AB_MAJOR_VERSION    EQU     1
    3333AB_MIDDLE_VERSION   EQU     1
    34 AB_MINOR_VERSION    EQU     4
     34AB_MINOR_VERSION    EQU     6
    3535
    3636; The Year, Month and Day in BCD so we can easily extract nibbles.
    37 AB_YEAR             EQU     2017h
    38 AB_MONTH            EQU     11h
    39 AB_DAY              EQU     09h
     37AB_YEAR             EQU     2018h
     38AB_MONTH            EQU     ??h
     39AB_DAY              EQU     ??h
    4040
    4141; The Hours, Minutes and Seconds, again in BCD for easy manipulation.
     
    5050AB_MAJOR_VERSION    EQU     1
    5151AB_MIDDLE_VERSION   EQU     1
    52 AB_MINOR_VERSION    EQU     3
     52AB_MINOR_VERSION    EQU     5
    5353
    5454; The Year, Month and Day in BCD so we can easily extract nibbles.
    55 AB_YEAR             EQU     2017h
    56 AB_MONTH            EQU     11h
    57 AB_DAY              EQU     08h
     55AB_YEAR             EQU     2018h
     56AB_MONTH            EQU     07h
     57AB_DAY              EQU     05h
    5858
    5959; The Hours, Minutes and Seconds, again in BCD for easy manipulation.
Note: See TracChangeset for help on using the changeset viewer.