summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstsp <stsp@openbsd.org>2013-10-20 13:32:05 +0000
committerstsp <stsp@openbsd.org>2013-10-20 13:32:05 +0000
commit90f5de3ebe936a080b2aafb54691bf7f0ef0793e (patch)
tree4bf1ba4b1af18f4df3aaea265885a79857e8a2a4
parentAdd i386/amd64 boot(8) support for keydisk-based softraid crypto volumes. (diff)
downloadwireguard-openbsd-90f5de3ebe936a080b2aafb54691bf7f0ef0793e.tar.xz
wireguard-openbsd-90f5de3ebe936a080b2aafb54691bf7f0ef0793e.zip
Bump version numbers. Was supposed to be part of the keydisk boot commit.
-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