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