blob: 3303406d843d90dcbb74125173c6f2a6de56f5ba (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: version.c,v 1.5 1996/05/16 02:46:57 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.5 $";
|