artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd92810
)
Bump version number so that it's easier to see if the running version has
author
patrick
<patrick@openbsd.org>
Sat, 5 Nov 2022 19:01:51 +0000
(19:01 +0000)
committer
patrick
<patrick@openbsd.org>
Sat, 5 Nov 2022 19:01:51 +0000
(19:01 +0000)
the bugfixes in.
ok kettenis@
sys/arch/arm64/stand/efiboot/conf.c
patch
|
blob
|
history
diff --git
a/sys/arch/arm64/stand/efiboot/conf.c
b/sys/arch/arm64/stand/efiboot/conf.c
index
1e031a3
..
6b348e7
100644
(file)
--- 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.4
0 2022/08/15 13:13:41 kn Exp $
*/
+/* $OpenBSD: conf.c,v 1.4
1 2022/11/05 19:01:51 patrick Exp $
*/
/*
* Copyright (c) 1996 Michael Shalayeff
@@
-46,7
+46,7
@@
#include "efipxe.h"
#include "softraid_arm64.h"
-const char version[] = "1.1
2
";
+const char version[] = "1.1
3
";
int debug = 0;
struct fs_ops file_system[] = {