diff options
Diffstat (limited to 'sys/arch/i386/stand/pxeboot/conf.c')
-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 81f0b6673b2..f022641757b 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.48 2020/12/09 18:10:18 krw Exp $ */ +/* $OpenBSD: conf.c,v 1.49 2023/04/25 14:48:17 kn Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -45,7 +45,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "3.44"; +const char version[] = "3.45"; int debug = 1; void (*sa_cleanup)(void) = pxe_shutdown; |