blob: c30b7d2320e8b749f05b8efd33caf0301af8bce0 (
plain)
1
2
3
4
5
6
7
8
|
/* $Id: version.c,v 1.3 1995/12/06 10:54:56 deraadt 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.3 $";
|