blob: b4c2a49ba7b9eeaf96d200c7cc5eb5ba424c9a94 (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: version.c,v 1.1 1998/08/22 08:27:08 smurph Exp $ */
/*
* make a random change to this file when you want the bootblock
* revision to increase. like change this y to an x, or something.
*/
char *version = "$Revision: 1.1 $";
|