summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2013-10-20 13:32:09 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2013-10-20 13:32:09 +0000
commit7378b0dd08586fe5873a5b7bbd3b9a4f9ef56235 (patch)
treef7238fdac312fb914663af118fb28fe41b787909 /sys
parent4f1aa8321d9150707370a6c40391a5628001177c (diff)
Bump version numbers. Was supposed to be part of the keydisk boot commit.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/stand/cdboot/conf.c4
-rw-r--r--sys/arch/amd64/stand/pxeboot/conf.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c
index 4027b6deb22..335e37dcaaa 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.22 2012/10/29 13:59:52 jsing Exp $ */
+/* $OpenBSD: conf.c,v 1.23 2013/10/20 13:32:05 stsp Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -43,7 +43,7 @@
#include <biosdev.h>
#include <dev/cons.h>
-const char version[] = "3.19";
+const char version[] = "3.20";
int debug = 1;
diff --git a/sys/arch/amd64/stand/pxeboot/conf.c b/sys/arch/amd64/stand/pxeboot/conf.c
index b798153155d..4009d1925d4 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.26 2012/10/29 14:20:43 jsing Exp $ */
+/* $OpenBSD: conf.c,v 1.27 2013/10/20 13:32:08 stsp Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -45,7 +45,7 @@
#include "pxeboot.h"
#include "pxe_net.h"
-const char version[] = "3.19";
+const char version[] = "3.20";
int debug = 0;
#undef _TEST