summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/efiboot
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/stand/efiboot
parent36a8d0e11a140b3d5a3114c6a66b869f8b2166f3 (diff)
increment version numbers, due to recent RB_GOODSEED and fchmod +T changes
Diffstat (limited to 'sys/arch/amd64/stand/efiboot')
-rw-r--r--sys/arch/amd64/stand/efiboot/conf.c4
1 files changed, 2 insertions, 2 deletions
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;