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

Last change on this file since 86 was 86, checked in by chris, 14 years ago
  • Cosmetic changes to comments
  • Fix number to string conversion for negative [decimal] numbers (the minus sign was at the wrong location and the two's complement was not respected). This functionality was unused so far but popped up during a code review.
  • Property svn:eol-style set to native
File size: 430 bytes
Line 
1/******************************************************************************
2
3 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)
7
8******************************************************************************/
9
10
11#define VERSION 111 /* driver version (2 implied decimals) */
12
Note: See TracBrowser for help on using the repository browser.