diff options
Diffstat (limited to 'sys/arch/landisk/stand/boot/conf.c')
-rw-r--r-- | sys/arch/landisk/stand/boot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/landisk/stand/boot/conf.c b/sys/arch/landisk/stand/boot/conf.c index 552cfc6d290..2430f706703 100644 --- a/sys/arch/landisk/stand/boot/conf.c +++ b/sys/arch/landisk/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.6 2010/12/06 22:51:46 jasper Exp $ */ +/* $OpenBSD: conf.c,v 1.7 2013/12/28 02:53:04 deraadt Exp $ */ /* * Copyright (c) 2006 Michael Shalayeff @@ -30,7 +30,7 @@ #endif #include <dev/cons.h> -const char version[] = "1.01"; +const char version[] = "1.02"; int debug = 1; struct fs_ops file_system[] = { |