blob: 2c55f1f16134f3e65c6cd06897a7e6eb79649557 (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: version.c,v 1.2 1998/08/22 07:17:23 smurph 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.2 $";
|