blob: 20220cc5934cf83b9c4dbd594a1c7f634834bb83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* $OpenBSD: version.c,v 1.2 1997/07/13 07:21:54 downsj Exp $ */
/*
* Record major changes in the boot code here, and increment the version
* number.
*/
/*
* 2.0 INITIAL REVISION
*
* 2.1 APCI support, config changes from NetBSD.
*/
const char version[] = "2.1";
|