blob: afb4723d69b0047b180dc3323b6b283d62f28bb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* $OpenBSD: version.c,v 1.1 1997/04/16 12:38:23 downsj Exp $ */
/*
* Record major changes in the boot code here, and increment the version
* number.
*/
/*
* 2.0 INITIAL REVISION
*/
const char version[] = "2.0";
|