Changeset 229


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

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r228 r229  
    3333# in the environment, so it also influences recursive make invocations.
    3434#
    35 %RELEASE=y
     35#~ %RELEASE=y
    3636
    3737#                           DEFINITIONS AND STUFF
  • trunk/include/version.h

    r222 r229  
    4343#define     BLDLVL_MAJOR_VERSION    "1"
    4444#define     BLDLVL_MIDDLE_VERSION   "1"
    45 #define     BLDLVL_MINOR_VERSION    "4"
     45#define     BLDLVL_MINOR_VERSION    "6"
    4646
    4747// Build date
    48 #define     BLDLVL_YEAR             "2017"
    49 #define     BLDLVL_MONTH            "11"
    50 #define     BLDLVL_DAY              "09"
     48#define     BLDLVL_YEAR             "2018"
     49#define     BLDLVL_MONTH            "??"
     50#define     BLDLVL_DAY              "??"
    5151
    5252// Build time
    5353#define     BLDLVL_HOURS            "01"
    5454#define     BLDLVL_MINUTES          "01"
    55 #define     BLDLVL_SECONDS          "04"
     55#define     BLDLVL_SECONDS          "06"
    5656
    5757#else
     
    6060#define     BLDLVL_MAJOR_VERSION    "1"
    6161#define     BLDLVL_MIDDLE_VERSION   "1"
    62 #define     BLDLVL_MINOR_VERSION    "3"
     62#define     BLDLVL_MINOR_VERSION    "5"
    6363
    6464// Build date
    65 #define     BLDLVL_YEAR             "2017"
    66 #define     BLDLVL_MONTH            "11"
    67 #define     BLDLVL_DAY              "08"
     65#define     BLDLVL_YEAR             "2018"
     66#define     BLDLVL_MONTH            "07"
     67#define     BLDLVL_DAY              "05"
    6868
    6969// Build time
  • 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.