blob: 2f3269d69190f49227ca4b1922a2d55b78fe9a50 (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: version.c,v 1.5 1996/05/29 15:41:02 chuck Exp $ */
/*
* make a random change to this file when you want the bootblock
* revision to increase. like change this x to a q, or something.
*/
char *version = "$Revision: 1.5 $";
|