diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-01-31 23:17:27 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-01-31 23:17:27 +0000 |
commit | ff11b325fc4ca89b191e2e4ab1370655a4f28078 (patch) | |
tree | 376f69bd98ad7144643946fb32b1e9b24f1e1a4e /sys | |
parent | d3349799a7a9d49fc4f2891387d7da05e717ad8c (diff) |
Bump version number to be able to distinguish bootloaders with softraid
support.
Diffstat (limited to 'sys')
-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[] = { |