xref: /original-bsd/games/sail/version.c (revision 2c12987e)
1 /*
2  * Copyright (c) 1983 Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  */
7 
8 #ifndef lint
9 static char sccsid[] = "@(#)version.c	5.4 (Berkeley) 06/01/90";
10 #endif /* not lint */
11 
12 char version[] = "Wooden Ships and Iron Men, Version 5.4 (90/06/01)";
13