Ignore:
Timestamp:
Mar 7, 2011, 10:44:02 AM (14 years ago)
Author:
markus
Message:

removed BLDLEVEL_ constants from version.h to get rid of redundant version symbols; fixed bldlevel.cmd signature string creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/version.h

    r82 r83  
    22
    33  version.h - define version numbers and strings for OS2AHCI.ADD
     4
     5  NOTE: this is kept in a separate file for easier parsing by
     6        bldlvl.cmd (which creates the bldlevel signature)
    47
    58******************************************************************************/
     
    811#define VERSION            109       /* driver version (2 implied decimals) */
    912
    10 /* BLDLEVEL information (in C source modules added via macro
    11    concatenation) for BuildLevel.cmd to generate BLDLEVEL information */
    12 
    13 #define BLDLEVEL_VENDOR         "thi.guten (www.thiguten.de)"
    14 #define BLDLEVEL_VERSION        "1.00"
    15 #define BLDLEVEL_INFO           "OS/2 AHCI Adapter Device Driver"
Note: See TracChangeset for help on using the changeset viewer.