diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2021-06-10 22:17:59 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2021-06-10 22:17:59 +0000 |
commit | 8b6ee6d598ea6c7a01e0e0a99da497b2efdf6cbb (patch) | |
tree | 963cfb55d04a44394b2fd7fc28735cca2480bf81 /sys | |
parent | 28cbf40ea6d7f64231d29233c31612379feb0940 (diff) |
Oops. Forgot to commit the version bump.
Diffstat (limited to 'sys')
-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 4b473fc0c83..bc093179811 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.30 2021/03/16 22:02:27 kettenis Exp $ */ +/* $OpenBSD: conf.c,v 1.31 2021/06/10 22:17:58 krw Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -42,7 +42,7 @@ #include "efidev.h" #include "efipxe.h" -const char version[] = "1.17"; +const char version[] = "1.18"; int debug = 0; struct fs_ops file_system[] = { |