diff options
Diffstat (limited to 'sys/arch/amd64/stand/pxeboot/conf.c')
-rw-r--r-- | sys/arch/amd64/stand/pxeboot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/pxeboot/conf.c b/sys/arch/amd64/stand/pxeboot/conf.c index 8193d75113c..39a1851fbfa 100644 --- a/sys/arch/amd64/stand/pxeboot/conf.c +++ b/sys/arch/amd64/stand/pxeboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.5 2005/04/30 16:39:03 tom Exp $ */ +/* $OpenBSD: conf.c,v 1.6 2005/05/03 13:02:45 tom Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -45,7 +45,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "1.04"; +const char version[] = "1.05"; int debug = 0; #undef _TEST |