source: trunk/tools/os2/setaboot/setaboot.h

Last change on this file was 70, checked in by Ben Rietbroek, 9 years ago

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 size: 1.1 KB
RevLine 
[46]1#ifdef __cplusplus
2extern "C" {
3#endif
4
5
6/*
[70]7// Include the version information for BLDLEVEL.
8// This information is common to all built executables.
[46]9*/
[70]10#include "../../../include/version.h"
[46]11
12//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";
13char bldlevel[] = "@#"\
14 BLDLVL_VENDOR":"\
15 BLDLVL_MAJOR_VERSION"."\
16 BLDLVL_MIDDLE_VERSION"."\
17 BLDLVL_MINOR_VERSION"#@##1## "\
18 BLDLVL_YEAR"/"\
19 BLDLVL_MONTH"/"\
20 BLDLVL_DAY" "\
21 BLDLVL_HOURS":"\
22 BLDLVL_MINUTES":"\
23 BLDLVL_SECONDS" "\
24 BLDLVL_MACHINE"::"\
25 BLDLVL_LANGUAGE"::"\
26 BLDLVL_MINOR_VERSION"::@@"\
27 "SETBOOT Replacement to manage the AiR-BOOT Boot Manager";
28
29
30#ifdef __cplusplus
31};
32#endif
Note: See TracBrowser for help on using the repository browser.