diff options
Diffstat (limited to 'sys/arch/hp300/stand/common/version.c')
-rw-r--r-- | sys/arch/hp300/stand/common/version.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/hp300/stand/common/version.c b/sys/arch/hp300/stand/common/version.c index 3cd86c63e3b..f19cfc2ff60 100644 --- a/sys/arch/hp300/stand/common/version.c +++ b/sys/arch/hp300/stand/common/version.c @@ -1,4 +1,4 @@ -/* $OpenBSD: version.c,v 1.2 1997/09/14 07:02:02 downsj Exp $ */ +/* $OpenBSD: version.c,v 1.3 1998/05/10 11:31:20 downsj Exp $ */ /* * Record major changes in the boot code here, and increment the version @@ -14,6 +14,8 @@ * * 2.3 Added CD9660 boot support. * + * 2.4 Added/fixed 425e support. + * */ -const char version[] = "2.3"; +const char version[] = "2.4"; |