summaryrefslogtreecommitdiff
path: root/sys/arch/i386/boot
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/boot')
-rw-r--r--sys/arch/i386/boot/version.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/i386/boot/version.c b/sys/arch/i386/boot/version.c
index d15e839c8f5..6d4ef650ae7 100644
--- a/sys/arch/i386/boot/version.c
+++ b/sys/arch/i386/boot/version.c
@@ -1,9 +1,13 @@
-/* $OpenBSD: version.c,v 1.3 1996/05/13 09:13:07 mickey Exp $ */
+/* $OpenBSD: version.c,v 1.4 1996/09/28 08:13:50 deraadt Exp $ */
/* $NetBSD: version.c,v 1.28 1995/12/23 17:21:23 perry Exp $ */
/*
* NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.
*
+ * 1.29 -> 1.30
+ * Prefer a type 166 partition if found. 166 is the OpenBSD
+ * partition type.
+ *
* 1.28 -> 1.29
* adding program for booting from DOS file.
* implement 'list files' (Luke Mewburn <lukem@telstra.com.au>)
@@ -59,4 +63,4 @@
* look in boot.c revision logs
*/
-char version[] = "1.29";
+char version[] = "1.30";