summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>2000-01-14 09:11:02 +0000
committerJason Downs <downsj@cvs.openbsd.org>2000-01-14 09:11:02 +0000
commit0a8cfee47075de82744cd1a4743fdd081127fb17 (patch)
treec0a059e66121250085ec8407a3199a215ffad6a4 /sys/arch/hp300
parentb04c0295788b04a813b4770ee7ad1ed40f42a703 (diff)
Might as well ding the version number.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r--sys/arch/hp300/stand/common/version.c6
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 ba1ad275830..8c386833861 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.4 1999/08/16 09:43:08 downsj Exp $ */
+/* $OpenBSD: version.c,v 1.5 2000/01/14 09:11:01 downsj Exp $ */
/*
* Record major changes in the boot code here, and increment the version
@@ -18,6 +18,8 @@
*
* 2.5 Added SYS_CDBOOT.
*
+ * 2.6 Fixed RTC reading for 2001.
+ *
*/
-const char version[] = "2.5";
+const char version[] = "2.6";