1 /*
2  * Copyright (c) 1983 Eric P. Allman
3  * Copyright (c) 1988, 1993
4  *	The Regents of the University of California.  All rights reserved.
5  *
6  * %sccs.include.redist.c%
7  */
8 
9 #ifndef lint
10 static char sccsid[] = "@(#)version.c	8.7.Beta (Berkeley) 05/23/95";
11 #endif /* not lint */
12 
13 char	Version[] = "8.7.Beta.0";
14