blob: 906431426888c4f95036138a002562aba42be92f (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: version.c,v 1.2 1998/08/22 08:38:05 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 $";
|