From 312c878f169d66181ed925a02c0bbfe9eb2ea5fc Mon Sep 17 00:00:00 2001 From: krw Date: Thu, 10 Jun 2021 22:17:58 +0000 Subject: [PATCH] Oops. Forgot to commit the version bump. --- sys/arch/armv7/stand/efiboot/conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/armv7/stand/efiboot/conf.c b/sys/arch/armv7/stand/efiboot/conf.c index 4b473fc0c83..bc093179811 100644 --- a/sys/arch/armv7/stand/efiboot/conf.c +++ b/sys/arch/armv7/stand/efiboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.30 2021/03/16 22:02:27 kettenis Exp $ */ +/* $OpenBSD: conf.c,v 1.31 2021/06/10 22:17:58 krw Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -42,7 +42,7 @@ #include "efidev.h" #include "efipxe.h" -const char version[] = "1.17"; +const char version[] = "1.18"; int debug = 0; struct fs_ops file_system[] = { -- 2.20.1