diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-05-26 14:00:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-05-26 14:00:43 +0000 |
commit | 9ab2a0bb4bc558ed94f64176a61dc82caddf4528 (patch) | |
tree | d785afe2553d304e957061e3174e195b16331818 /sys/arch/armv7 | |
parent | 36a8d0e11a140b3d5a3114c6a66b869f8b2166f3 (diff) |
increment version numbers, due to recent RB_GOODSEED and fchmod +T changes
Diffstat (limited to 'sys/arch/armv7')
-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 84baa15ebe9..21d49ed7cf1 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.27 2020/05/18 12:14:33 patrick Exp $ */ +/* $OpenBSD: conf.c,v 1.28 2020/05/26 14:00:42 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -42,7 +42,7 @@ #include "efidev.h" #include "efipxe.h" -const char version[] = "1.14"; +const char version[] = "1.15"; int debug = 0; struct fs_ops file_system[] = { |