11 lines
304 B
C
11 lines
304 B
C
/* $NetBSD: version.c,v 1.2 1998/01/05 07:03:03 perry Exp $ */
|
|
|
|
/* $OpenBSD: version.c,v 1.1 1996/05/28 15:16:55 chuck Exp $ */
|
|
|
|
/*
|
|
* make a random change to this file when you want the bootblock
|
|
* revision to increase. like change this x to a z, or something.
|
|
*/
|
|
|
|
char *version = "$Revision: 1.2 $";
|