implement arpatounix; log more info; allow nested $?...$|...$.;
[unix-history] / usr / src / usr.sbin / sendmail / src / version.c
CommitLineData
b2a81223 1/*
dc45ba8c 2 * Copyright (c) 1983 Eric P. Allman
bee79b64
KB
3 * Copyright (c) 1988 Regents of the University of California.
4 * All rights reserved.
5 *
0d77f9d8 6 * %sccs.include.redist.c%
bee79b64 7 */
7f7b2318 8
b2a81223 9#ifndef lint
1627a785 10static char sccsid[] = "@(#)version.c 6.10 (Berkeley) %G%";
bee79b64 11#endif /* not lint */
b2a81223 12
1627a785 13char Version[] = "ALPHA-6.10";