blob: 5cf3b3e57456acf6aad7fb75100551fcadd9c23a (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: version.c,v 1.7 2009/02/17 18:42:45 miod 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.7 $";
|