home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lxapi32.zip / Include / Linux / version.h < prev    next >
C/C++ Source or Header  |  2002-04-26  |  218b  |  11 lines

  1. /* $Id: version.h,v 1.2 2002/04/26 23:09:16 smilcke Exp $ */
  2.  
  3. #ifndef _LINUX_VERSION_H
  4. #define _LINUX_VERSION_H
  5.  
  6. #define LINUX_VERSION_CODE 0x020400
  7.  
  8. #define UTS_RELEASE "OS/2"
  9.  
  10. #endif /* _LINUX_VERSION_H */
  11.