summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/stand/common/version.c
blob: 932fb1c95fc5d43fe93e71bb7ef45d520560f8f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*	$OpenBSD: version.c,v 1.1 1997/07/14 08:14:30 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.
 *
 * 2.2			Grand reorganization.
 *
 */

const char version[] = "2.2";