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.h

    r188 r212  
    4343#define     BLDLVL_MAJOR_VERSION    "1"
    4444#define     BLDLVL_MIDDLE_VERSION   "1"
    45 #define     BLDLVL_MINOR_VERSION    "2"
     45#define     BLDLVL_MINOR_VERSION    "4"
    4646
    4747// Build date
    4848#define     BLDLVL_YEAR             "2017"
    49 #define     BLDLVL_MONTH            "04"
    50 #define     BLDLVL_DAY              "13"
     49#define     BLDLVL_MONTH            "11"
     50#define     BLDLVL_DAY              "07"
    5151
    5252// Build time
    5353#define     BLDLVL_HOURS            "01"
    5454#define     BLDLVL_MINUTES          "01"
    55 #define     BLDLVL_SECONDS          "02"
     55#define     BLDLVL_SECONDS          "04"
    5656
    5757#else
     
    6060#define     BLDLVL_MAJOR_VERSION    "1"
    6161#define     BLDLVL_MIDDLE_VERSION   "1"
    62 #define     BLDLVL_MINOR_VERSION    "1"
     62#define     BLDLVL_MINOR_VERSION    "3"
    6363
    6464// Build date
    6565#define     BLDLVL_YEAR             "2017"
    66 #define     BLDLVL_MONTH            "04"
    67 #define     BLDLVL_DAY              "13"
     66#define     BLDLVL_MONTH            "11"
     67#define     BLDLVL_DAY              "07"
    6868
    6969// Build time
Note: See TracChangeset for help on using the changeset viewer.