diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-11 14:18:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-11 14:18:53 +0000 |
commit | 603e66a0b40a52aae27b013637d8b26bcfca5572 (patch) | |
tree | c447e4c09016bfa03b1e237099fed226dcf069f4 /sys/arch/amd64/stand | |
parent | 00393e841d0a9c3d0b44697d017702afdd82a095 (diff) |
crank version
Diffstat (limited to 'sys/arch/amd64/stand')
-rw-r--r-- | sys/arch/amd64/stand/boot/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/amd64/stand/cdboot/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/amd64/stand/pxeboot/conf.c | 4 |
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 af78cf082de..212c8c529a0 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.14 2010/07/02 00:36:52 weingart Exp $ */ +/* $OpenBSD: conf.c,v 1.15 2010/08/11 14:18:52 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -41,7 +41,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.14"; +const char version[] = "3.15"; int debug = 1; diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c index c1fffd2f13e..42a39f8fe7b 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.14 2010/07/02 00:36:52 weingart Exp $ */ +/* $OpenBSD: conf.c,v 1.15 2010/08/11 14:18:52 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -42,7 +42,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.14"; +const char version[] = "3.15"; int debug = 1; diff --git a/sys/arch/amd64/stand/pxeboot/conf.c b/sys/arch/amd64/stand/pxeboot/conf.c index 31b7a9bbb77..f5e6e7a4957 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.18 2010/07/02 00:36:52 weingart Exp $ */ +/* $OpenBSD: conf.c,v 1.19 2010/08/11 14:18:52 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -44,7 +44,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "3.14"; +const char version[] = "3.15"; int debug = 0; #undef _TEST |