122718Sdist /*
234921Sbostic  * Copyright (c) 1983 Eric P. Allman
362537Sbostic  * Copyright (c) 1988, 1993
462537Sbostic  *	The Regents of the University of California.  All rights reserved.
533731Sbostic  *
642832Sbostic  * %sccs.include.redist.c%
733731Sbostic  */
83383Seric 
922718Sdist #ifndef lint
10*69966Seric static char sccsid[] = "@(#)version.c	8.7.Beta (Berkeley) 06/21/95";
1133731Sbostic #endif /* not lint */
1222718Sdist 
13*69966Seric char	Version[] = "8.7.Beta.7";
14