Ignore:
Timestamp:
Apr 8, 2017, 12:25:59 AM (8 years ago)
Author:
Ben Rietbroek
Message:

Centralized the version information [v1.1.1-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.0-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/c/install.h

    r68 r70  
    1919
    2020/*
    21 // OS/2 BLDLEVEL Information.
     21// Include the version information for BLDLEVEL.
     22// This information is common to all built executables.
    2223*/
    23 // Vendor
    24 //~ #define     BLDLVL_VENDOR           "KIEWITZ"
    25 //~ #define     BLDLVL_VENDOR           "RDPe"
    26 #define     BLDLVL_VENDOR           "*UNKNOWN*"
    27 // Version
    28 #define     BLDLVL_MAJOR_VERSION    "1"
    29 #define     BLDLVL_MIDDLE_VERSION   "1"
    30 #define     BLDLVL_MINOR_VERSION    "1"
    31 // Build date
    32 #define     BLDLVL_YEAR             "2017"
    33 #define     BLDLVL_MONTH            "03"
    34 #define     BLDLVL_DAY              "15"
    35 // Build time
    36 //~ #define     BLDLVL_HOURS            "01"
    37 //~ #define     BLDLVL_MINUTES          "01"
    38 //~ #define     BLDLVL_SECONDS          "00"
    39 #define     BLDLVL_HOURS            "23"
    40 #define     BLDLVL_MINUTES          "59"
    41 #define     BLDLVL_SECONDS          "59"
    42 // Build machine
    43 //~ #define     BLDLVL_MACHINE          "OS2BLDBOX"
    44 #define     BLDLVL_MACHINE          "*UNKNOWN*"
    45 // Build language
    46 #define     BLDLVL_LANGUAGE         "EN"
     24#include "../../include/version.h"
    4725
    4826//char    bldlevel[] = "@#KIEWITZ:1.0.8#@##1## 2011/01/17 21:10:00      ecs-devbox:ASD123:L:C:8::99@@  Adapter Driver for PATA/SATA DASD";
Note: See TracChangeset for help on using the changeset viewer.