diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-08-04 13:45:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-08-04 13:45:16 +0000 |
commit | cf244d1d3321086426c5e883583cd2f0087c03eb (patch) | |
tree | 4b01db609c31839ee7b990053c1222d35ac5bbac /sys/arch/i386/stand/pxeboot | |
parent | e4478aa7e4699a3c59f245aedcc46bff3a215895 (diff) |
crank version, following fchmod change
Diffstat (limited to 'sys/arch/i386/stand/pxeboot')
-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 420f499f332..5dba51b2cc1 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.42 2019/08/03 15:22:21 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.43 2019/08/04 13:45:15 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -44,7 +44,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "3.33"; +const char version[] = "3.34"; int debug = 1; void (*sa_cleanup)(void) = pxe_shutdown; |