home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / WAIS / ir / version.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-02  |  285 b   |  14 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    5.29.90    Harry Morris, morris@think.com
  6. */
  7.  
  8. #ifndef VERSION_H
  9. #define VERSION_H
  10.  
  11. #define VERSION "WAIS release 8 b3.1"
  12.  
  13. #endif /* ndef VERSION_H */
  14.