blob: eb7bcbbf8f607feba41fe7f8fd3e145e19e9342e (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: version.c,v 1.1 1996/05/28 15:16:55 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.1 $";
|