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 6.66 (Berkeley) 06/07/93"; 11 #endif /* not lint */ 12 13 char Version[] = "6.66"; 14