diff options
-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 9545ae0a55e..61fa2388b0f 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.16 2019/01/31 14:35:06 patrick Exp $ */ +/* $OpenBSD: conf.c,v 1.17 2019/01/31 23:17:26 kettenis Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -45,7 +45,7 @@ #include "efipxe.h" #include "softraid_arm64.h" -const char version[] = "0.13"; +const char version[] = "0.14"; int debug = 0; struct fs_ops file_system[] = { |