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 ae62b32c908..3a0579f7968 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.30 2016/05/28 15:53:39 sthen Exp $ */ +/* $OpenBSD: conf.c,v 1.31 2016/09/13 18:27:48 jasper Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -42,7 +42,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.26"; +const char version[] = "3.27"; int debug = 1; |