4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / usr.bin / mail / version.c
CommitLineData
761330fe 1/*
a12ff486
KB
2 * Copyright (c) 1980, 1993
3 * The Regents of the University of California. All rights reserved.
0c5f72fb 4 *
f15db449 5 * %sccs.include.redist.c%
761330fe
DF
6 */
7
bef13b2f 8#ifndef lint
a12ff486 9static char sccsid[] = "@(#)version.c 8.1 (Berkeley) %G%";
bef13b2f 10#endif /* not lint */
761330fe 11
9c75e27e
KS
12/*
13 * Just keep track of the date/sid of this version of Mail.
bf8ab50b 14 * Load this file first to get a "total" Mail version.
9c75e27e 15 */
a12ff486 16char *version = "8.1 %G%";