summaryrefslogtreecommitdiff
path: root/version.c
blob: 8771afd8742bb3057aa0542d43f2fdbd4fb9fd1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* $Header: version.c,v 1.0 87/12/18 13:06:41 root Exp $
 *
 * $Log:	version.c,v $
 * Revision 1.0  87/12/18  13:06:41  root
 * Initial revision
 * 
 */

#include "patchlevel.h"

/* Print out the version number. */

version()
{
    extern char rcsid[];

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