diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-04-18 16:34:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-04-18 16:34:59 +0000 |
commit | a816b9fe1b54a066b8de91b29bf78ee3eacf5602 (patch) | |
tree | 2738e1ae515d2eeb576f8adaa3db329f2f01932e /sys | |
parent | e0c119087426dfb5b16f0408d762782cbad23685 (diff) |
crank version
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/efiboot/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/amd64/stand/pxeboot/conf.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c index 50cb3b92e9d..0154b0b389b 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.39 2018/02/06 01:09:17 patrick Exp $ */ +/* $OpenBSD: conf.c,v 1.40 2018/04/18 16:34:58 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -40,7 +40,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.34"; +const char version[] = "3.39"; int debug = 1; diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c index dc54f04658e..7eaae57d984 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.34 2018/02/06 01:09:17 patrick Exp $ */ +/* $OpenBSD: conf.c,v 1.35 2018/04/18 16:34:58 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -41,7 +41,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.29"; +const char version[] = "3.39"; int debug = 1; diff --git a/sys/arch/amd64/stand/efiboot/conf.c b/sys/arch/amd64/stand/efiboot/conf.c index 7c9d692c717..22bbb696045 100644 --- a/sys/arch/amd64/stand/efiboot/conf.c +++ b/sys/arch/amd64/stand/efiboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.14 2018/02/06 01:09:17 patrick Exp $ */ +/* $OpenBSD: conf.c,v 1.15 2018/04/18 16:34:58 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -39,7 +39,7 @@ #include "efidev.h" #include "efipxe.h" -const char version[] = "3.38"; +const char version[] = "3.39"; #ifdef EFI_DEBUG int debug = 0; diff --git a/sys/arch/amd64/stand/pxeboot/conf.c b/sys/arch/amd64/stand/pxeboot/conf.c index 05524fab91c..fd4103a3ddb 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.38 2018/02/06 01:09:17 patrick Exp $ */ +/* $OpenBSD: conf.c,v 1.39 2018/04/18 16:34:58 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -43,7 +43,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "3.29"; +const char version[] = "3.39"; int debug = 0; void (*sa_cleanup)(void) = pxe_shutdown; |