// AiR-BOOT (c) Copyright 1998-2009 M. Kiewitz // // This file is part of AiR-BOOT // // AiR-BOOT is free software: you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free // Software Foundation, either version 3 of the License, or (at your option) // any later version. // // AiR-BOOT is distributed in the hope that it will be useful, but WITHOUT ANY // WARRANTY: without even the implied warranty of MERCHANTABILITY or FITNESS // FOR A PARTICULAR PURPOSE. See the GNU General Public License for more // details. // // You should have received a copy of the GNU General Public License along with // AiR-BOOT. If not, see . // /* // OS/2 BLDLEVEL Information. */ // Vendor //~ #define BLDLVL_VENDOR "KIEWITZ" //~ #define BLDLVL_VENDOR "RDPe" #define BLDLVL_VENDOR "*UNKNOWN*" // Version #define BLDLVL_MAJOR_VERSION "1" #define BLDLVL_MIDDLE_VERSION "1" #define BLDLVL_MINOR_VERSION "1" // Build date #define BLDLVL_YEAR "2017" #define BLDLVL_MONTH "03" #define BLDLVL_DAY "25" // Build time //~ #define BLDLVL_HOURS "01" //~ #define BLDLVL_MINUTES "01" //~ #define BLDLVL_SECONDS "00" #define BLDLVL_HOURS "23" #define BLDLVL_MINUTES "59" #define BLDLVL_SECONDS "59" // Build machine //~ #define BLDLVL_MACHINE "OS2BLDBOX" #define BLDLVL_MACHINE "*UNKNOWN*" // Build language #define BLDLVL_LANGUAGE "EN"