summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2012-10-09 14:01:37 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2012-10-09 14:01:37 +0000
commit5628c46ebddb7867cf5b189ba2e5b066b21b542c (patch)
tree1ebe343984a894575dae2ef549f6c51fefaccf49 /sys/arch/i386/stand
parent3199cc7112c693b0ecdaf36fe6c4708d4d560d59 (diff)
Bump boot versions due to recent changes.
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r--sys/arch/i386/stand/boot/conf.c4
-rw-r--r--sys/arch/i386/stand/cdboot/conf.c4
-rw-r--r--sys/arch/i386/stand/pxeboot/conf.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/i386/stand/boot/conf.c b/sys/arch/i386/stand/boot/conf.c
index 1bd9a72f460..45665de7c8d 100644
--- a/sys/arch/i386/stand/boot/conf.c
+++ b/sys/arch/i386/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.47 2012/06/03 13:17:47 kettenis Exp $ */
+/* $OpenBSD: conf.c,v 1.48 2012/10/09 14:01:36 jsing Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -43,7 +43,7 @@
#include <dev/cons.h>
#include "debug.h"
-const char version[] = "3.18";
+const char version[] = "3.19";
int debug = 1;
diff --git a/sys/arch/i386/stand/cdboot/conf.c b/sys/arch/i386/stand/cdboot/conf.c
index 1055b75b892..0d1a004af84 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.18 2012/06/03 13:17:47 kettenis Exp $ */
+/* $OpenBSD: conf.c,v 1.19 2012/10/09 14:01:36 jsing Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -44,7 +44,7 @@
#include <dev/cons.h>
#include "debug.h"
-const char version[] = "3.17";
+const char version[] = "3.18";
int debug = 1;
#undef _TEST
diff --git a/sys/arch/i386/stand/pxeboot/conf.c b/sys/arch/i386/stand/pxeboot/conf.c
index dbf4d0cd84b..d33d18ee06d 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.23 2012/06/03 13:17:47 kettenis Exp $ */
+/* $OpenBSD: conf.c,v 1.24 2012/10/09 14:01:36 jsing Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -46,7 +46,7 @@
#include "pxeboot.h"
#include "pxe_net.h"
-const char version[] = "3.17";
+const char version[] = "3.18";
int debug = 1;
#undef _TEST