diff options
author | 2020-05-11 16:13:14 +0000 | |
---|---|---|
committer | 2020-05-11 16:13:14 +0000 | |
commit | 49e6e94734e45c23ac50f9de66c63973bbe5963b (patch) | |
tree | 706003cbe5ad419b04a298aa7e59e7ba9f508be3 | |
parent | On ACPI systems, if there is no SPCR table (or if it doesn't provide us (diff) | |
download | wireguard-openbsd-49e6e94734e45c23ac50f9de66c63973bbe5963b.tar.xz wireguard-openbsd-49e6e94734e45c23ac50f9de66c63973bbe5963b.zip |
Should have bumped this to 1.0 a long time ago.
-rw-r--r-- | sys/arch/arm64/stand/efiboot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm64/stand/efiboot/conf.c b/sys/arch/arm64/stand/efiboot/conf.c index 3c12bdbe01c..4e75cce9df9 100644 --- a/sys/arch/arm64/stand/efiboot/conf.c +++ b/sys/arch/arm64/stand/efiboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.27 2020/04/21 07:54:01 kettenis Exp $ */ +/* $OpenBSD: conf.c,v 1.28 2020/05/11 16:13:14 kettenis Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -46,7 +46,7 @@ #include "efipxe.h" #include "softraid_arm64.h" -const char version[] = "0.22"; +const char version[] = "1.0"; int debug = 0; struct fs_ops file_system[] = { |