source: trunk/src/os2ahci/version.h@ 112

Last change on this file since 112 was 112, checked in by Markus Thielen, 14 years ago
  • removed RAS calls (tracing to OS/2 kernel trace buffer was unreliable)
  • added private trace ring buffer implementation
  • support read from OS2AHCI$ character device
  • contents of trace ring buffer are accesible via OS2AHCI$ character device
  • updated WATCOM makefile; WATCOM build still produces a non-working driver
  • code cleanup (unused variables etc.)
  • Property svn:eol-style set to native
File size: 502 bytes
Line 
1/******************************************************************************
2 * version.h - define version numbers and strings for OS2AHCI.ADD
3 *
4 * Copyright (c) 2011 thi.guten Software Development
5 * Copyright (c) 2011 Mensys B.V.
6 *
7 * Authors: Christian Mueller, Markus Thielen
8 *
9 *
10 * NOTE: this is kept in a separate file for easier parsing by
11 * bldlvl.cmd (which creates the bldlevel signature)
12 *
13 */
14
15
16#define VERSION 117 /* driver version (2 implied decimals) */
17
Note: See TracBrowser for help on using the repository browser.