/* $Header: /var/lib/cvsd/repos/CSRG/43BSDReno/games/warp/version.c,v 1.1.1.1 2018/04/24 16:12:57 root Exp $
 *
 * $Log: version.c,v $
 * Revision 1.1.1.1  2018/04/24 16:12:57  root
 * BSD 4.3reno
 *
 * Revision 7.0  86/10/08  15:14:39  lwall
 * Split into separate files.  Added amoebas and pirates.
 * 
 */

#include "patchlevel.h"
#include "INTERN.h"
#include "version.h"

/* Print out the version number. */

void
version()
{
    extern char rcsid[];

    printf("%s\r\nPatch level: %d\r\n", rcsid, PATCHLEVEL);
}
