blob: 89fd48bad69df9c5881c5a927b1b315492b92a3d (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: version.c,v 1.6 1996/05/29 15:41:01 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.6 $";
|