diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-08-04 13:45:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-08-04 13:45:16 +0000 |
commit | cf244d1d3321086426c5e883583cd2f0087c03eb (patch) | |
tree | 4b01db609c31839ee7b990053c1222d35ac5bbac /sys/arch/armv7/stand | |
parent | e4478aa7e4699a3c59f245aedcc46bff3a215895 (diff) |
crank version, following fchmod change
Diffstat (limited to 'sys/arch/armv7/stand')
-rw-r--r-- | sys/arch/armv7/stand/efiboot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armv7/stand/efiboot/conf.c b/sys/arch/armv7/stand/efiboot/conf.c index f7c3d5d7578..0cfba5f4115 100644 --- a/sys/arch/armv7/stand/efiboot/conf.c +++ b/sys/arch/armv7/stand/efiboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.17 2019/08/03 15:22:20 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.18 2019/08/04 13:45:15 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -36,7 +36,7 @@ #include "efidev.h" #include "efipxe.h" -const char version[] = "1.4"; +const char version[] = "1.5"; int debug = 0; struct fs_ops file_system[] = { |