diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-05-26 14:00:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-05-26 14:00:43 +0000 |
commit | 9ab2a0bb4bc558ed94f64176a61dc82caddf4528 (patch) | |
tree | d785afe2553d304e957061e3174e195b16331818 /sys/arch/i386/stand | |
parent | 36a8d0e11a140b3d5a3114c6a66b869f8b2166f3 (diff) |
increment version numbers, due to recent RB_GOODSEED and fchmod +T changes
Diffstat (limited to 'sys/arch/i386/stand')
-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 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/i386/stand/boot/conf.c b/sys/arch/i386/stand/boot/conf.c index 9e5d01109b5..97128959b12 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.73 2020/03/21 14:54:06 otto Exp $ */ +/* $OpenBSD: conf.c,v 1.74 2020/05/26 14:00:42 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -42,7 +42,7 @@ #include <dev/cons.h> #include "debug.h" -const char version[] = "3.41"; +const char version[] = "3.42"; int debug = 1; diff --git a/sys/arch/i386/stand/cdboot/conf.c b/sys/arch/i386/stand/cdboot/conf.c index 71ac4a814c7..2c7e295afa8 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.40 2020/03/21 14:54:06 otto Exp $ */ +/* $OpenBSD: conf.c,v 1.41 2020/05/26 14:00:42 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -43,7 +43,7 @@ #include <dev/cons.h> #include "debug.h" -const char version[] = "3.36"; +const char version[] = "3.37"; int debug = 1; void (*sa_cleanup)(void) = NULL; diff --git a/sys/arch/i386/stand/pxeboot/conf.c b/sys/arch/i386/stand/pxeboot/conf.c index fc686b103a2..a1e359b7d1e 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.45 2020/03/21 14:54:06 otto Exp $ */ +/* $OpenBSD: conf.c,v 1.46 2020/05/26 14:00:42 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -45,7 +45,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "3.36"; +const char version[] = "3.37"; int debug = 1; void (*sa_cleanup)(void) = pxe_shutdown; |