blob: 0ebfccf685ddf9b62f167e21464a5fe60f30edd0 (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: version.c,v 1.1 2001/06/26 21:58:00 smurph Exp $ */
/*
* make a random change to this file when you want the bootblock
* revision to increase. like change this x to an q, or something.
*/
char *version = "$Revision: 1.1 $";
|