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