diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2012-10-09 14:01:37 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2012-10-09 14:01:37 +0000 |
commit | 5628c46ebddb7867cf5b189ba2e5b066b21b542c (patch) | |
tree | 1ebe343984a894575dae2ef549f6c51fefaccf49 /sys/arch/amd64/stand/pxeboot/conf.c | |
parent | 3199cc7112c693b0ecdaf36fe6c4708d4d560d59 (diff) |
Bump boot versions due to recent changes.
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 5d95c767ead..49a86e712d8 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.24 2012/06/03 13:18:33 kettenis Exp $ */ +/* $OpenBSD: conf.c,v 1.25 2012/10/09 14:01:36 jsing Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -45,7 +45,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "3.17"; +const char version[] = "3.18"; int debug = 0; #undef _TEST |