
/*
 *  VERSION.H
 *
 *  Major version number (minor version numbers kept in subsidary
 *  files.
 */

#define VERSION "V1.03D(0.40W/0.60W)"

#define COPYRIGHT \
   "(C) Copyright 1987 by John Gilmore\n"   \
   "Copying and use of this program are controlled by the terms of the Free\n" \
   "Software Foundation's GNU Emacs General Public License.\n"                \
   "Amiga Changes Copyright 1988 by William Loftus. All rights reserved.\n"     \
   "Additional chgs Copyright 1989 by Matthew Dillon, All Rights Reserved.\n"

#define DCOPYRIGHT \
    "(c)Copyright 1990, Matthew Dillon, all rights reserved\n"

#define IDENT(subv)   static char *Ident = "@($)" __FILE__ " " VERSION subv " " __DATE__

