4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / usr.bin / mail / version.c
/*
* Copyright (c) 1980, 1993
* The Regents of the University of California. All rights reserved.
*
* %sccs.include.redist.c%
*/
#ifndef lint
static char sccsid[] = "@(#)version.c 8.1 (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 = "8.1 %G%";