diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2018-03-31 17:44:58 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2018-03-31 17:44:58 +0000 |
commit | 8e1b8682a27fea984d6dfe1d2081f385d6699d31 (patch) | |
tree | 059acb4f906043abdf45754dfd25d48e6d6d8370 /sys/arch/arm64/stand/efiboot | |
parent | 6c77b1ad455720f09f17880dd996e33201fa6fc5 (diff) |
Bump version number so that we can see if efiboot(8) supports EFI's Simple
Network protocol or not.
Diffstat (limited to 'sys/arch/arm64/stand/efiboot')
-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 bd2626f9327..b2e4c8f3caa 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.13 2018/03/31 17:43:53 patrick Exp $ */ +/* $OpenBSD: conf.c,v 1.14 2018/03/31 17:44:57 patrick Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -36,7 +36,7 @@ #include "efidev.h" #include "efipxe.h" -const char version[] = "0.11"; +const char version[] = "0.12"; int debug = 0; struct fs_ops file_system[] = { |