1 /*
2  * Copyright (c) 1980, 1987 Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  */
7 
8 #ifndef lint
9 static char sccsid[] = "@(#)version.c	1.4 (Berkeley) 06/01/90";
10 #endif /* not lint */
11 
12 char	*message[] = {
13 	"Last updated on Saturday, January 11, 1986.",
14 	0
15 };
16