diff options
Diffstat (limited to 'sys/arch/i386/stand/cdboot/conf.c')
-rw-r--r-- | sys/arch/i386/stand/cdboot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/cdboot/conf.c b/sys/arch/i386/stand/cdboot/conf.c index 9cfa99e8ab2..29613913fb8 100644 --- a/sys/arch/i386/stand/cdboot/conf.c +++ b/sys/arch/i386/stand/cdboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.26 2015/09/18 13:30:56 miod Exp $ */ +/* $OpenBSD: conf.c,v 1.27 2016/02/19 21:30:06 naddy Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -43,7 +43,7 @@ #include <dev/cons.h> #include "debug.h" -const char version[] = "3.24"; +const char version[] = "3.25"; int debug = 1; void (*sa_cleanup)(void) = NULL; |