xref: /csrg-svn/games/sail/version.c (revision 60848)
118704Sedward /*
2*60848Sbostic  * Copyright (c) 1983, 1993
3*60848Sbostic  *	The Regents of the University of California.  All rights reserved.
433695Sbostic  *
542605Sbostic  * %sccs.include.redist.c%
618704Sedward  */
718704Sedward 
821249Sdist #ifndef lint
9*60848Sbostic static char sccsid[] = "@(#)version.c	8.1 (Berkeley) 05/31/93";
1033695Sbostic #endif /* not lint */
1121249Sdist 
12*60848Sbostic char version[] = "Wooden Ships and Iron Men, Version 8.1 (93/05/31)";
13