diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2023-01-16 21:32:13 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2023-01-16 21:32:13 +0000 |
commit | 8a0329495ce8404d0d5b2efed2f179f51acc460d (patch) | |
tree | 3d3e67ba1d8dbf7de063d7e420f9ec16820eeed9 /sys/arch/riscv64 | |
parent | 6f9394d7962f007c2c90d9df5c10806a8419c72e (diff) |
bump minor after RAID 1C support synced form arm64
Diffstat (limited to 'sys/arch/riscv64')
-rw-r--r-- | sys/arch/riscv64/stand/efiboot/conf.c | 4 |
1 files 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[] = { |