blob: 63e22d21e7bcd9a4e2571f5102325a63f6f265d5 (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: version.c,v 1.3 1997/04/22 16:13:40 gvf 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.3 $";
|