]>
diplodocus.org Git - nmh/blob - docs/historical/mh-6.8.5/miscellany/patch-2.0.12u8/version.c
1 /* $Header: version.c,v 2.0 86/09/17 15:40:11 lwall Exp $
4 * Revision 2.0 86/09/17 15:40:11 lwall
5 * Baseline for netwide release.
13 #include "patchlevel.h"
18 /* Print out the version number and die. */
23 fprintf(stderr
, "Patch version 2.0, patch level %s\n", PATCHLEVEL
);