From fb06d4b9fcffe609062d9c792fd3fb27ed120a26 Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Wed, 31 Oct 2012 14:32:56 +0000 Subject: Bump version numbers. --- sys/arch/i386/stand/cdboot/conf.c | 4 ++-- sys/arch/i386/stand/pxeboot/conf.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch') 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 #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 -- cgit v1.2.3