Changeset 176 for trunk/include


Ignore:
Timestamp:
Apr 8, 2017, 2:58:41 AM (9 years ago)
Author:
Ben Rietbroek
Message:

AiR-BOOT v1.1.1-PUBLIC-TEST-RELEASE-20170408 [v1.1.1-testing]

We are at 99.999% from v1.1.2-RELEASE, which will be published shortly.
The build for this public test-release should be available here:
https://github.com/rousseaux/netlabs.air-boot/releases

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.0-manual.pdf

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/version.h

    r162 r176  
    3232#define     BLDLVL_YEAR             "2017"
    3333#define     BLDLVL_MONTH            "04"
    34 #define     BLDLVL_DAY              "07"
     34#define     BLDLVL_DAY              "08"
    3535// Build time
    3636//~ #define     BLDLVL_HOURS            "01"
  • trunk/include/version.inc

    r174 r176  
    7070AB_YEAR             EQU     2017h
    7171AB_MONTH            EQU     04h
    72 AB_DAY              EQU     07h
     72AB_DAY              EQU     08h
    7373
    7474; The Hours, Minutes and Seconds, again in BCD for easy manipulation.
Note: See TracChangeset for help on using the changeset viewer.