xref: /csrg-svn/games/sail/version.c (revision 33695)
118704Sedward /*
221249Sdist  * Copyright (c) 1983 Regents of the University of California.
3*33695Sbostic  * All rights reserved.
4*33695Sbostic  *
5*33695Sbostic  * Redistribution and use in source and binary forms are permitted
6*33695Sbostic  * provided that this notice is preserved and that due credit is given
7*33695Sbostic  * to the University of California at Berkeley. The name of the University
8*33695Sbostic  * may not be used to endorse or promote products derived from this
9*33695Sbostic  * software without specific prior written permission. This software
10*33695Sbostic  * is provided ``as is'' without express or implied warranty.
1118704Sedward  */
1218704Sedward 
1321249Sdist #ifndef lint
14*33695Sbostic static char sccsid[] = "@(#)version.c	5.2 (Berkeley) 03/09/88";
15*33695Sbostic #endif /* not lint */
1621249Sdist 
17*33695Sbostic char version[] = "Wooden Ships and Iron Men, Version 5.2 (88/03/09)";
18