From 94c88aa8608fd159c0441e1cfc181a2aa7354ce4 Mon Sep 17 00:00:00 2001 From: kn Date: Mon, 16 Jan 2023 21:32:12 +0000 Subject: [PATCH] bump minor after RAID 1C support synced form arm64 --- sys/arch/riscv64/stand/efiboot/conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/riscv64/stand/efiboot/conf.c b/sys/arch/riscv64/stand/efiboot/conf.c index 4fd71531e9a..12e685232aa 100644 --- a/sys/arch/riscv64/stand/efiboot/conf.c +++ b/sys/arch/riscv64/stand/efiboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.1 2021/04/28 19:01:00 drahn Exp $ */ +/* $OpenBSD: conf.c,v 1.2 2023/01/16 21:32:12 kn Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -46,7 +46,7 @@ #include "efipxe.h" #include "softraid_riscv64.h" -const char version[] = "1.4"; +const char version[] = "1.5"; int debug = 0; struct fs_ops file_system[] = { -- 2.20.1