home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
telecom
/
uucp_442
/
src
/
include
/
version.h
< prev
Wrap
C/C++ Source or Header
|
1991-01-10
|
737b
|
27 lines
/*
* VERSION.H
*
* Major version number (minor version numbers kept in subsidary
* files.
*/
#ifndef _CONFIG_H
#include "config.h"
#endif
#define VERSION "V1.08"
#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__