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.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
Note: See TracChangeset for help on using the changeset viewer.