blob: aeec0400f86c8aae5cb22de76fae48d1944e5dc0 (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: version.c,v 1.1 2004/01/26 19:48:34 miod 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.1 $";
|