home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 2 / Chip_Hitware_Vol_02.iso / chiphit2 / tools / system / winversi / win_ver.h < prev    next >
Text File  |  1995-04-17  |  502b  |  25 lines

  1.  
  2. /*
  3.    WIN_VER Header File, Copyright 1994-1995, UK, John M.Howells
  4.  
  5.    this is common to the 16-bit and 32-bit versions
  6.  
  7.    Modification History
  8.  
  9.     1.5    94-11-06    JMH    New file
  10.  
  11.     1.6    95-01-01    JMH    Changed version number.
  12.  
  13.     1.7    95-02-07    JMH    Changed version number.
  14.     
  15.     1.8    95-02-07    JMH    Changed version number.
  16.     
  17.     1.9    95-03-23    JMH    Changed version number/
  18.  */
  19.  
  20. #define    PROG_MAJOR_VERS        1
  21. #define    PROG_MINOR_VERS        9
  22.  
  23. #define    PROG_MAJOR_VERS_STRING    "1"
  24. #define    PROG_MINOR_VERS_STRING    "9"
  25.