122718Sdist /* 234921Sbostic * Copyright (c) 1983 Eric P. Allman 333731Sbostic * Copyright (c) 1988 Regents of the University of California. 433731Sbostic * All rights reserved. 533731Sbostic * 6*42832Sbostic * %sccs.include.redist.c% 733731Sbostic */ 83383Seric 922718Sdist #ifndef lint 10*42832Sbostic static char sccsid[] = "@(#)version.c 5.64 (Berkeley) 06/01/90"; 1133731Sbostic #endif /* not lint */ 1222718Sdist 13*42832Sbostic char Version[] = "5.64"; 14