summaryrefslogtreecommitdiff
path: root/version.c
blob: cbb0d235468e70fb54df0a1051f38edc4b402d62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* $Header: version.c,v 2.0 88/06/05 00:15:21 root Exp $
 *
 * $Log:	version.c,v $
 * Revision 2.0  88/06/05  00:15:21  root
 * Baseline version 2.0.
 * 
 */

#include "patchlevel.h"

/* Print out the version number. */

version()
{
    extern char rcsid[];

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