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