summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-01-02 23:27:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-01-02 23:27:39 +0000
commit93fcc84659a8dce25555741f163ceeff1dc46f5f (patch)
treee867213e69f3c43823ea5a2f711b6c0353eb3385 /sys/arch/i386/stand
parent2d9616aaa78e9dadab93dda45dc7d798e85dc4e6 (diff)
crank version after random instruction fix from jsing
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 e58b50ab3e0..0c78dad44a7 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.53 2013/12/28 02:53:04 deraadt Exp $ */
+/* $OpenBSD: conf.c,v 1.54 2014/01/02 23:27:36 deraadt Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -43,7 +43,7 @@
#include <dev/cons.h>
#include "debug.h"
-const char version[] = "3.24";
+const char version[] = "3.25";
int debug = 1;
diff --git a/sys/arch/i386/stand/cdboot/conf.c b/sys/arch/i386/stand/cdboot/conf.c
index dd6192d1c29..a3d1d453e92 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.22 2013/12/28 02:53:04 deraadt Exp $ */
+/* $OpenBSD: conf.c,v 1.23 2014/01/02 23:27:37 deraadt Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -44,7 +44,7 @@
#include <dev/cons.h>
#include "debug.h"
-const char version[] = "3.21";
+const char version[] = "3.22";
int debug = 1;
#undef _TEST
diff --git a/sys/arch/i386/stand/pxeboot/conf.c b/sys/arch/i386/stand/pxeboot/conf.c
index d230d375cee..8cde52e73d0 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.27 2013/12/28 02:53:04 deraadt Exp $ */
+/* $OpenBSD: conf.c,v 1.28 2014/01/02 23:27:37 deraadt Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -46,7 +46,7 @@
#include "pxeboot.h"
#include "pxe_net.h"
-const char version[] = "3.21";
+const char version[] = "3.22";
int debug = 1;
#undef _TEST