summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2014-02-18 13:56:03 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2014-02-18 13:56:03 +0000
commit81509a99f4a04ed21b9613bf9137ff5e742b6eca (patch)
treec07dc9e1b8f7224a7dc99e9965961ab1747bf7e1 /sys/arch/amd64
parentcb25d9dbac4029fd7ef13c8ebb998bf9de079b72 (diff)
Bump version numbers.
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/stand/boot/conf.c4
-rw-r--r--sys/arch/amd64/stand/cdboot/conf.c4
-rw-r--r--sys/arch/amd64/stand/pxeboot/conf.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c
index 7a344969f13..492b6d209a8 100644
--- a/sys/arch/amd64/stand/boot/conf.c
+++ b/sys/arch/amd64/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.30 2014/01/02 23:27:37 deraadt Exp $ */
+/* $OpenBSD: conf.c,v 1.31 2014/02/18 13:56:02 jsing Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -42,7 +42,7 @@
#include <biosdev.h>
#include <dev/cons.h>
-const char version[] = "3.27";
+const char version[] = "3.28";
int debug = 1;
diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c
index 57bd167c4c8..486e8e422a6 100644
--- a/sys/arch/amd64/stand/cdboot/conf.c
+++ b/sys/arch/amd64/stand/cdboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.25 2014/01/02 23:27:38 deraadt Exp $ */
+/* $OpenBSD: conf.c,v 1.26 2014/02/18 13:56:02 jsing Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -43,7 +43,7 @@
#include <biosdev.h>
#include <dev/cons.h>
-const char version[] = "3.22";
+const char version[] = "3.23";
int debug = 1;
diff --git a/sys/arch/amd64/stand/pxeboot/conf.c b/sys/arch/amd64/stand/pxeboot/conf.c
index e2501d4a4a7..c0538790a0d 100644
--- a/sys/arch/amd64/stand/pxeboot/conf.c
+++ b/sys/arch/amd64/stand/pxeboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.29 2014/01/02 23:27:38 deraadt Exp $ */
+/* $OpenBSD: conf.c,v 1.30 2014/02/18 13:56:02 jsing Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -45,7 +45,7 @@
#include "pxeboot.h"
#include "pxe_net.h"
-const char version[] = "3.22";
+const char version[] = "3.23";
int debug = 0;
#undef _TEST