Last change
on this file since 48 was 27, checked in by markus, 15 years ago |
added bldlevel signature creation; set ignore patterns
|
-
Property svn:eol-style
set to
native
|
File size:
611 bytes
|
Line | |
---|
1 | /******************************************************************************
|
---|
2 |
|
---|
3 | version.h - define version numbers and strings for OS2AHCI.ADD
|
---|
4 |
|
---|
5 | ******************************************************************************/
|
---|
6 |
|
---|
7 |
|
---|
8 | #define VERSION 100 /* driver version (2 implied decimals) */
|
---|
9 |
|
---|
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
TracBrowser
for help on using the repository browser.