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/i386/stand | |
parent | ac02943a4df338f28713e109cad7148801923c12 (diff) |
crank the version
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r-- | sys/arch/i386/stand/boot/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/cdboot/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/pxeboot/conf.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/i386/stand/boot/conf.c b/sys/arch/i386/stand/boot/conf.c index c565819bafb..e58b50ab3e0 100644 --- a/sys/arch/i386/stand/boot/conf.c +++ b/sys/arch/i386/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.52 2013/10/23 06:12:50 mlarkin Exp $ */ +/* $OpenBSD: conf.c,v 1.53 2013/12/28 02:53:04 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -43,7 +43,7 @@ #include <dev/cons.h> #include "debug.h" -const char version[] = "3.23"; +const char version[] = "3.24"; int debug = 1; diff --git a/sys/arch/i386/stand/cdboot/conf.c b/sys/arch/i386/stand/cdboot/conf.c index 2930af1a2b8..dd6192d1c29 100644 --- a/sys/arch/i386/stand/cdboot/conf.c +++ b/sys/arch/i386/stand/cdboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.21 2013/10/20 13:25:21 stsp Exp $ */ +/* $OpenBSD: conf.c,v 1.22 2013/12/28 02:53:04 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -44,7 +44,7 @@ #include <dev/cons.h> #include "debug.h" -const char version[] = "3.20"; +const char version[] = "3.21"; int debug = 1; #undef _TEST diff --git a/sys/arch/i386/stand/pxeboot/conf.c b/sys/arch/i386/stand/pxeboot/conf.c index 150ee363340..d230d375cee 100644 --- a/sys/arch/i386/stand/pxeboot/conf.c +++ b/sys/arch/i386/stand/pxeboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.26 2013/10/20 13:25:21 stsp Exp $ */ +/* $OpenBSD: conf.c,v 1.27 2013/12/28 02:53:04 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -46,7 +46,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "3.20"; +const char version[] = "3.21"; int debug = 1; #undef _TEST |