diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2012-10-29 14:20:44 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2012-10-29 14:20:44 +0000 |
commit | 76daa8ceb7a99abec94703094f7c18ef6c09aefc (patch) | |
tree | d3ef834fffdbe07600a1478699dac221594c8647 /sys | |
parent | f8d0f63fd2e3036cbe8b77e756a8c4ded2741e5f (diff) |
Bump version.
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 |