summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2020-05-26 14:00:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2020-05-26 14:00:43 +0000
commit9ab2a0bb4bc558ed94f64176a61dc82caddf4528 (patch)
treed785afe2553d304e957061e3174e195b16331818 /sys/arch/amd64
parent36a8d0e11a140b3d5a3114c6a66b869f8b2166f3 (diff)
increment version numbers, due to recent RB_GOODSEED and fchmod +T changes
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/stand/boot/conf.c4
-rw-r--r--sys/arch/amd64/stand/cdboot/conf.c4
-rw-r--r--sys/arch/amd64/stand/efi32/conf.c4
-rw-r--r--sys/arch/amd64/stand/efi64/conf.c4
-rw-r--r--sys/arch/amd64/stand/efiboot/conf.c4
-rw-r--r--sys/arch/amd64/stand/pxeboot/conf.c4
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 781750d5088..4b67c113867 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.50 2020/03/05 16:36:30 otto Exp $ */
+/* $OpenBSD: conf.c,v 1.51 2020/05/26 14:00:40 deraadt Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -41,7 +41,7 @@
#include <biosdev.h>
#include <dev/cons.h>
-const char version[] = "3.47";
+const char version[] = "3.48";
int debug = 1;
diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c
index 3591989f6c3..18d140158aa 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.44 2020/03/05 16:36:30 otto Exp $ */
+/* $OpenBSD: conf.c,v 1.45 2020/05/26 14:00:41 deraadt Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -42,7 +42,7 @@
#include <biosdev.h>
#include <dev/cons.h>
-const char version[] = "3.46";
+const char version[] = "3.47";
int debug = 1;
diff --git a/sys/arch/amd64/stand/efi32/conf.c b/sys/arch/amd64/stand/efi32/conf.c
index ef289050a6a..a97f74ab341 100644
--- a/sys/arch/amd64/stand/efi32/conf.c
+++ b/sys/arch/amd64/stand/efi32/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.7 2020/03/05 16:36:30 otto Exp $ */
+/* $OpenBSD: conf.c,v 1.8 2020/05/26 14:00:41 deraadt Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -40,7 +40,7 @@
#include "efidev.h"
#include "efipxe.h"
-const char version[] = "3.48";
+const char version[] = "3.49";
#ifdef EFI_DEBUG
int debug = 0;
diff --git a/sys/arch/amd64/stand/efi64/conf.c b/sys/arch/amd64/stand/efi64/conf.c
index 41a85ad8f92..db9c3566843 100644
--- a/sys/arch/amd64/stand/efi64/conf.c
+++ b/sys/arch/amd64/stand/efi64/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.6 2020/03/05 16:36:30 otto Exp $ */
+/* $OpenBSD: conf.c,v 1.7 2020/05/26 14:00:42 deraadt Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -40,7 +40,7 @@
#include "efidev.h"
#include "efipxe.h"
-const char version[] = "3.48";
+const char version[] = "3.49";
#ifdef EFI_DEBUG
int debug = 0;
diff --git a/sys/arch/amd64/stand/efiboot/conf.c b/sys/arch/amd64/stand/efiboot/conf.c
index 3eb745d808d..9b8cbf4ccdf 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.27 2020/03/22 14:59:11 kettenis Exp $ */
+/* $OpenBSD: conf.c,v 1.28 2020/05/26 14:00:42 deraadt Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -40,7 +40,7 @@
#include "efidev.h"
#include "efipxe.h"
-const char version[] = "3.50";
+const char version[] = "3.51";
#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 51d68b2fa08..3ca24792d33 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.49 2020/03/08 18:22:36 landry Exp $ */
+/* $OpenBSD: conf.c,v 1.50 2020/05/26 14:00:42 deraadt Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -44,7 +44,7 @@
#include "pxeboot.h"
#include "pxe_net.h"
-const char version[] = "3.47";
+const char version[] = "3.48";
int debug = 0;
void (*sa_cleanup)(void) = pxe_shutdown;