home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / freeWAIS-sf-1.1 / ir / version.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-04  |  1011 b   |  46 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.  * $Log: version.h,v $
  8.  * Revision 1.8  1994/08/05  07:12:55  pfeifer
  9.  * Release beta 04
  10.  *
  11.  * Revision 1.7  1994/07/22  12:25:20  pfeifer
  12.  * freeWAIS-sf now definitely splits from CNIDR version scheme
  13.  *
  14.  * Revision 1.6  1994/07/15  17:11:03  pfeifer
  15.  * 03
  16.  *
  17.  * Revision 1.5  1994/07/13  07:53:26  pfeifer
  18.  * beta 02
  19.  *
  20.  * Revision 1.4  1994/05/20  12:58:02  pfeifer
  21.  * beta
  22.  *
  23.  * Revision 1.3  1994/03/08  21:07:11  pfeifer
  24.  * Patchlevel 04
  25.  *
  26.  * Revision 1.2  93/08/27  17:59:49  warnock
  27.  * Changed version number to 0.2
  28.  * 
  29.  * Revision 1.1  1993/02/16  15:05:35  freewais
  30.  * Initial revision
  31.  *
  32.  * Revision 1.8  92/02/29  23:01:13  jonathan
  33.  * next release...
  34.  * 
  35.  */
  36.  
  37. /* Copyright (c) CNIDR (see ../COPYRIGHT) */
  38.  
  39.  
  40. #ifndef VERSION_H
  41. #define VERSION_H
  42.  
  43. #define VERSION FREE_WAIS_SF_VERSION_STRING
  44.  
  45. #endif /* ndef VERSION_H */
  46.