diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2012-10-31 14:32:56 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2012-10-31 14:32:56 +0000 |
commit | fb06d4b9fcffe609062d9c792fd3fb27ed120a26 (patch) | |
tree | a85e42d21fd661d0170512367c2e923b7565e202 /sys/arch/i386/stand | |
parent | 1bbd9cfa8f446a033dd566bd14b3cfff22b23dd7 (diff) |
Bump version numbers.
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r-- | sys/arch/i386/stand/cdboot/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/pxeboot/conf.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/stand/cdboot/conf.c b/sys/arch/i386/stand/cdboot/conf.c index 0d1a004af84..23c28be2f06 100644 --- a/sys/arch/i386/stand/cdboot/conf.c +++ b/sys/arch/i386/stand/cdboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.19 2012/10/09 14:01:36 jsing Exp $ */ +/* $OpenBSD: conf.c,v 1.20 2012/10/31 14:32:54 jsing Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -44,7 +44,7 @@ #include <dev/cons.h> #include "debug.h" -const char version[] = "3.18"; +const char version[] = "3.19"; int debug = 1; #undef _TEST diff --git a/sys/arch/i386/stand/pxeboot/conf.c b/sys/arch/i386/stand/pxeboot/conf.c index d33d18ee06d..a505dbafae3 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.24 2012/10/09 14:01:36 jsing Exp $ */ +/* $OpenBSD: conf.c,v 1.25 2012/10/31 14:32:55 jsing Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -46,7 +46,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "3.18"; +const char version[] = "3.19"; int debug = 1; #undef _TEST |