diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-06-14 16:06:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-06-14 16:06:26 +0000 |
commit | b90561c37e42316ef983c0d13963f899938fb047 (patch) | |
tree | 738245a8f84b3c6f45158a27cf699f1746e9b334 /sys/arch/amd64/stand/efiboot | |
parent | 0a3b0727bf67153f8fc6b16c131ec13b678e1bc9 (diff) |
crank version number
Diffstat (limited to 'sys/arch/amd64/stand/efiboot')
-rw-r--r-- | sys/arch/amd64/stand/efiboot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/efiboot/conf.c b/sys/arch/amd64/stand/efiboot/conf.c index 9b8cbf4ccdf..2e5dc4ccd71 100644 --- a/sys/arch/amd64/stand/efiboot/conf.c +++ b/sys/arch/amd64/stand/efiboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.28 2020/05/26 14:00:42 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.29 2020/06/14 16:06:25 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -40,7 +40,7 @@ #include "efidev.h" #include "efipxe.h" -const char version[] = "3.51"; +const char version[] = "3.52"; #ifdef EFI_DEBUG int debug = 0; |