summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-28 08:13:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-28 08:13:51 +0000
commit8c75d47ac0c29ec752fe3697c194072cb377f2a8 (patch)
treec635574a2e4190029ce84992288e6e702c070772
parent64669d8d94e359f0aca17c4eaf479fdf34a2b46a (diff)
document last change
-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";