blob: c0e43c3a4d3deb77141e45c72a77a0bb6b8abe92 (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: version.c,v 1.2 1998/12/15 06:09:51 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.2 $";
|