blob: 80f42491f1ec50449f294ab90bce24f956491275 (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: version.c,v 1.6 1997/04/22 16:13:44 gvf 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.6 $";
|