diff options
Diffstat (limited to 'sys/arch/amd64/stand/cdboot/conf.c')
-rw-r--r-- | sys/arch/amd64/stand/cdboot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c index 9875e59fe0f..5b4e78c86c4 100644 --- a/sys/arch/amd64/stand/cdboot/conf.c +++ b/sys/arch/amd64/stand/cdboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.47 2020/12/09 18:10:18 krw Exp $ */ +/* $OpenBSD: conf.c,v 1.48 2022/07/11 19:45:02 kettenis Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -42,7 +42,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.53"; +const char version[] = "3.54"; int debug = 1; |