127570b85Sbostic /*
2*0e395338Sbostic  * Copyright (c) 1980, 1987, 1993
3*0e395338Sbostic  *	The Regents of the University of California.  All rights reserved.
466562148Sbostic  *
53578dd32Sbostic  * %sccs.include.redist.c%
627570b85Sbostic  */
727570b85Sbostic 
827570b85Sbostic #ifndef lint
9*0e395338Sbostic static char sccsid[] = "@(#)version.c	8.1 (Berkeley) 05/31/93";
1066562148Sbostic #endif /* not lint */
1127570b85Sbostic 
1227570b85Sbostic char	*message[] = {
1327570b85Sbostic 	"Last updated on Saturday, January 11, 1986.",
1427570b85Sbostic 	0
1527570b85Sbostic };
16