diff options
Diffstat (limited to 'sys/arch/i386/stand/pxeboot')
-rw-r--r-- | sys/arch/i386/stand/pxeboot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/pxeboot/conf.c b/sys/arch/i386/stand/pxeboot/conf.c index 8313e4135ac..56555796e21 100644 --- a/sys/arch/i386/stand/pxeboot/conf.c +++ b/sys/arch/i386/stand/pxeboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.10 2006/10/12 15:49:58 krw Exp $ */ +/* $OpenBSD: conf.c,v 1.11 2007/01/02 16:29:27 tom Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -46,7 +46,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "1.10"; +const char version[] = "1.11"; int debug = 1; #undef _TEST |