blob: 2332e37eb222777db26e198e99ce1779ce8dffb6 (
plain)
1
2
3
4
5
6
7
8
|
/* $Id: version.c,v 1.1 1997/03/03 19:30:29 rahnds Exp $ */
/*
* make a random change to this file when you want the bootblock
* revision to increase. like change this x to a y, or something.
*/
char *version = "$Revision: 1.1 $";
|