diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-10-12 15:49:59 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-10-12 15:49:59 +0000 |
commit | 9c7b7f1d9fe940ad2f99599f6bc1f660651a587d (patch) | |
tree | 5e6370956c64ec1e22a41e1f3861cc0f9c08aba0 /sys | |
parent | 9f8580cbda229e758d23a09a700ee1c369cecfc5 (diff) |
Bump versions to note behaviour change of no longer trying
to boot from NetBSD partitions. Requested by tom@.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/stand/boot/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/amd64/stand/cdboot/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/amd64/stand/pxeboot/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/boot/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/cdboot/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/pxeboot/conf.c | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c index 0102a56f2cf..21a13e0e05d 100644 --- a/sys/arch/amd64/stand/boot/conf.c +++ b/sys/arch/amd64/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.8 2006/09/18 21:15:33 mpf Exp $ */ +/* $OpenBSD: conf.c,v 1.9 2006/10/12 15:49:58 krw Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -42,7 +42,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "2.12"; +const char version[] = "2.13"; int debug = 1; diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c index dc8477ff8a1..8febdf8386c 100644 --- a/sys/arch/amd64/stand/cdboot/conf.c +++ b/sys/arch/amd64/stand/cdboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.7 2005/08/01 23:39:56 weingart Exp $ */ +/* $OpenBSD: conf.c,v 1.8 2006/10/12 15:49:58 krw Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -42,7 +42,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "1.06"; +const char version[] = "1.07"; int debug = 1; diff --git a/sys/arch/amd64/stand/pxeboot/conf.c b/sys/arch/amd64/stand/pxeboot/conf.c index b560722bddb..b78ff5889f2 100644 --- a/sys/arch/amd64/stand/pxeboot/conf.c +++ b/sys/arch/amd64/stand/pxeboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.10 2006/05/20 22:37:43 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.11 2006/10/12 15:49:58 krw Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -45,7 +45,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "1.09"; +const char version[] = "1.10"; int debug = 0; #undef _TEST diff --git a/sys/arch/i386/stand/boot/conf.c b/sys/arch/i386/stand/boot/conf.c index 7d8233547e1..fb11d5ea805 100644 --- a/sys/arch/i386/stand/boot/conf.c +++ b/sys/arch/i386/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.33 2006/09/18 21:14:15 mpf Exp $ */ +/* $OpenBSD: conf.c,v 1.34 2006/10/12 15:49:58 krw Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -43,7 +43,7 @@ #include <dev/cons.h> #include "debug.h" -const char version[] = "2.11"; +const char version[] = "2.12"; int debug = 1; diff --git a/sys/arch/i386/stand/cdboot/conf.c b/sys/arch/i386/stand/cdboot/conf.c index d35d3bb7e1a..d48331cd85a 100644 --- a/sys/arch/i386/stand/cdboot/conf.c +++ b/sys/arch/i386/stand/cdboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.5 2005/05/03 13:18:05 tom Exp $ */ +/* $OpenBSD: conf.c,v 1.6 2006/10/12 15:49:58 krw Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -43,7 +43,7 @@ #include <dev/cons.h> #include "debug.h" -const char version[] = "1.04"; +const char version[] = "1.05"; int debug = 1; #undef _TEST diff --git a/sys/arch/i386/stand/pxeboot/conf.c b/sys/arch/i386/stand/pxeboot/conf.c index 98d9851b0ab..8313e4135ac 100644 --- a/sys/arch/i386/stand/pxeboot/conf.c +++ b/sys/arch/i386/stand/pxeboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.9 2006/05/20 22:37:43 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.10 2006/10/12 15:49:58 krw Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -46,7 +46,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "1.09"; +const char version[] = "1.10"; int debug = 1; #undef _TEST |