blob: 220319b1bb6f70e0e8da3cdcfea8043c447dd93d (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: version.c,v 1.8 1998/08/18 04:17:08 smurph Exp $ */
/*
* make a random change to this file when you want the bootblock
* revision to increase. like change this q to an x, or something.
*/
char *version = "$Revision: 1.8 $";
|