diff options
Diffstat (limited to 'sys/arch/amd64/stand/boot/conf.c')
-rw-r--r-- | sys/arch/amd64/stand/boot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c index cf518723d53..a40bd230fb2 100644 --- a/sys/arch/amd64/stand/boot/conf.c +++ b/sys/arch/amd64/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.52 2020/06/14 16:06:25 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.53 2020/12/09 18:10:17 krw Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -41,7 +41,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.52"; +const char version[] = "3.53"; int debug = 1; |