diff options
Diffstat (limited to 'sys')
-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 49a86e712d8..b798153155d 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.25 2012/10/09 14:01:36 jsing Exp $ */ +/* $OpenBSD: conf.c,v 1.26 2012/10/29 14:20:43 jsing Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -45,7 +45,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "3.18"; +const char version[] = "3.19"; int debug = 0; #undef _TEST |