diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-12-28 02:53:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-12-28 02:53:05 +0000 |
commit | e380ca318c4d4208a3803f7464d0661067a9ef3d (patch) | |
tree | a6037cf5a91b4e1c3551d72f5ee666f833e45dc9 /sys/arch/amd64/stand | |
parent | ac02943a4df338f28713e109cad7148801923c12 (diff) |
crank the 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 e7bea1900ad..ad0a239de32 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.28 2013/10/23 06:12:50 mlarkin Exp $ */ +/* $OpenBSD: conf.c,v 1.29 2013/12/28 02:53:03 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -42,7 +42,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.25"; +const char version[] = "3.26"; int debug = 1; diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c index 335e37dcaaa..5a3d91a024b 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.23 2013/10/20 13:32:05 stsp Exp $ */ +/* $OpenBSD: conf.c,v 1.24 2013/12/28 02:53:03 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -43,7 +43,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.20"; +const char version[] = "3.21"; int debug = 1; diff --git a/sys/arch/amd64/stand/pxeboot/conf.c b/sys/arch/amd64/stand/pxeboot/conf.c index 4009d1925d4..74beffe82e9 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.27 2013/10/20 13:32:08 stsp Exp $ */ +/* $OpenBSD: conf.c,v 1.28 2013/12/28 02:53:03 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -45,7 +45,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "3.20"; +const char version[] = "3.21"; int debug = 0; #undef _TEST |