V10/games/sail/version.c

Compare this file to the similar file:
Show the results in this format:

version()
{
    static char *cp =
	"Wooden Ships and Iron Men, Version 1.1 (83/03/19)";

    Signal(cp, 0, 0);
    return;
}