quad's broke it -- prototyped it rather than figure out the problem
[unix-history] / usr / src / usr.bin / mail / version.c
/*
* Copyright (c) 1980 Regents of the University of California.
* All rights reserved.
*
* %sccs.include.redist.c%
*/
#ifndef lint
static char sccsid[] = "@(#)version.c 5.6 (Berkeley) %G%";
#endif /* not lint */
/*
* Just keep track of the date/sid of this version of Mail.
* Load this file first to get a "total" Mail version.
*/
char *version = "5.6 %G%";