Ignore:
Timestamp:
Nov 9, 2017, 11:25:40 PM (8 years ago)
Author:
Ben Rietbroek
Message:

Opening new test-version [v1.1.3-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.2-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/version.inc

    r188 r212  
    3232AB_MAJOR_VERSION    EQU     1
    3333AB_MIDDLE_VERSION   EQU     1
    34 AB_MINOR_VERSION    EQU     2
     34AB_MINOR_VERSION    EQU     4
    3535
    3636; The Year, Month and Day in BCD so we can easily extract nibbles.
    3737AB_YEAR             EQU     2017h
    38 AB_MONTH            EQU     04h
    39 AB_DAY              EQU     13h
     38AB_MONTH            EQU     11h
     39AB_DAY              EQU     07h
    4040
    4141; The Hours, Minutes and Seconds, again in BCD for easy manipulation.
    4242AB_HOURS            EQU     01h
    4343AB_MINUTES          EQU     01h
    44 AB_SECONDS          EQU     02h
     44AB_SECONDS          EQU     04h
    4545
    4646ELSE
     
    5050AB_MAJOR_VERSION    EQU     1
    5151AB_MIDDLE_VERSION   EQU     1
    52 AB_MINOR_VERSION    EQU     1
     52AB_MINOR_VERSION    EQU     3
    5353
    5454; The Year, Month and Day in BCD so we can easily extract nibbles.
    5555AB_YEAR             EQU     2017h
    56 AB_MONTH            EQU     04h
    57 AB_DAY              EQU     13h
     56AB_MONTH            EQU     11h
     57AB_DAY              EQU     07h
    5858
    5959; The Hours, Minutes and Seconds, again in BCD for easy manipulation.
Note: See TracChangeset for help on using the changeset viewer.