home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / telecom / uucp_442 / src / include / version.h < prev   
C/C++ Source or Header  |  1991-01-10  |  737b  |  27 lines

  1.  
  2. /*
  3.  *  VERSION.H
  4.  *
  5.  *  Major version number (minor version numbers kept in subsidary
  6.  *  files.
  7.  */
  8.  
  9. #ifndef _CONFIG_H
  10. #include "config.h"
  11. #endif
  12.  
  13. #define VERSION "V1.08"
  14.  
  15. #define COPYRIGHT \
  16.    "(C) Copyright 1987 by John Gilmore\n"   \
  17.    "Copying and use of this program are controlled by the terms of the Free\n" \
  18.    "Software Foundation's GNU Emacs General Public License.\n"                \
  19.    "Amiga Changes Copyright 1988 by William Loftus. All rights reserved.\n"     \
  20.    "Additional chgs Copyright 1989 by Matthew Dillon, All Rights Reserved.\n"
  21.  
  22. #define DCOPYRIGHT \
  23.     "(c)Copyright 1990, Matthew Dillon, all rights reserved\n"
  24.  
  25. #define IDENT(subv)   static char *Ident = "@($)" __FILE__ " " VERSION subv " " __DATE__
  26.  
  27.