new copyright notice
[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
0d77f9d8 10static char sccsid[] = "@(#)version.c 5.64 (Berkeley) %G%";
bee79b64 11#endif /* not lint */
b2a81223 12
0d77f9d8 13char Version[] = "5.64";