summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorweingart <weingart@openbsd.org>2005-08-01 23:39:56 +0000
committerweingart <weingart@openbsd.org>2005-08-01 23:39:56 +0000
commite4c67ecdd677ea0b797f3e9f52b1a0edd6d017ee (patch)
tree2314b38d5261950e4f8e3f84fec49fdc2b886883
parenta rough attempt to bring this document into line with the new reality (diff)
downloadwireguard-openbsd-e4c67ecdd677ea0b797f3e9f52b1a0edd6d017ee.tar.xz
wireguard-openbsd-e4c67ecdd677ea0b797f3e9f52b1a0edd6d017ee.zip
Increment version so we can distinguish this in the future.
-rw-r--r--sys/arch/amd64/stand/cdboot/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c
index 4913b62ab00..dc8477ff8a1 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.6 2005/05/28 05:47:33 weingart Exp $ */
+/* $OpenBSD: conf.c,v 1.7 2005/08/01 23:39:56 weingart Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -42,7 +42,7 @@
#include <biosdev.h>
#include <dev/cons.h>
-const char version[] = "1.05";
+const char version[] = "1.06";
int debug = 1;