diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2012-10-09 14:01:37 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2012-10-09 14:01:37 +0000 |
commit | 5628c46ebddb7867cf5b189ba2e5b066b21b542c (patch) | |
tree | 1ebe343984a894575dae2ef549f6c51fefaccf49 /sys/arch/amd64/stand | |
parent | 3199cc7112c693b0ecdaf36fe6c4708d4d560d59 (diff) |
Bump boot versions due to recent changes.
Diffstat (limited to 'sys/arch/amd64/stand')
-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 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c index 07a8d41e5ec..945414a2a63 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.23 2012/06/03 13:18:33 kettenis Exp $ */ +/* $OpenBSD: conf.c,v 1.24 2012/10/09 14:01:36 jsing Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -42,7 +42,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.20"; +const char version[] = "3.21"; int debug = 1; diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c index b9d0b5ec142..65eb4815785 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.20 2012/06/03 13:18:33 kettenis Exp $ */ +/* $OpenBSD: conf.c,v 1.21 2012/10/09 14:01:36 jsing Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -43,7 +43,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.17"; +const char version[] = "3.18"; int debug = 1; diff --git a/sys/arch/amd64/stand/pxeboot/conf.c b/sys/arch/amd64/stand/pxeboot/conf.c index 5d95c767ead..49a86e712d8 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.24 2012/06/03 13:18:33 kettenis Exp $ */ +/* $OpenBSD: conf.c,v 1.25 2012/10/09 14:01:36 jsing Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -45,7 +45,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "3.17"; +const char version[] = "3.18"; int debug = 0; #undef _TEST |