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