diff options
Diffstat (limited to 'sys/arch/i386/stand/pxeboot/conf.c')
-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 a505dbafae3..150ee363340 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.25 2012/10/31 14:32:55 jsing Exp $ */ +/* $OpenBSD: conf.c,v 1.26 2013/10/20 13:25:21 stsp Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -46,7 +46,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "3.19"; +const char version[] = "3.20"; int debug = 1; #undef _TEST |