From: deraadt Date: Thu, 2 Jan 2014 23:27:36 +0000 (+0000) Subject: crank version after random instruction fix from jsing X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=aca02d0bd80e2f1dac9afffb112e8426b6576f95;p=openbsd crank version after random instruction fix from jsing --- diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c index ad0a239de32..7a344969f13 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.29 2013/12/28 02:53:03 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.30 2014/01/02 23:27:37 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -42,7 +42,7 @@ #include #include -const char version[] = "3.26"; +const char version[] = "3.27"; int debug = 1; diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c index 5a3d91a024b..57bd167c4c8 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.24 2013/12/28 02:53:03 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.25 2014/01/02 23:27:38 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -43,7 +43,7 @@ #include #include -const char version[] = "3.21"; +const char version[] = "3.22"; int debug = 1; diff --git a/sys/arch/amd64/stand/pxeboot/conf.c b/sys/arch/amd64/stand/pxeboot/conf.c index 74beffe82e9..e2501d4a4a7 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.28 2013/12/28 02:53:03 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.29 2014/01/02 23:27:38 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -45,7 +45,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "3.21"; +const char version[] = "3.22"; int debug = 0; #undef _TEST diff --git a/sys/arch/i386/stand/boot/conf.c b/sys/arch/i386/stand/boot/conf.c index e58b50ab3e0..0c78dad44a7 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.53 2013/12/28 02:53:04 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.54 2014/01/02 23:27:36 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -43,7 +43,7 @@ #include #include "debug.h" -const char version[] = "3.24"; +const char version[] = "3.25"; int debug = 1; diff --git a/sys/arch/i386/stand/cdboot/conf.c b/sys/arch/i386/stand/cdboot/conf.c index dd6192d1c29..a3d1d453e92 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.22 2013/12/28 02:53:04 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.23 2014/01/02 23:27:37 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -44,7 +44,7 @@ #include #include "debug.h" -const char version[] = "3.21"; +const char version[] = "3.22"; int debug = 1; #undef _TEST diff --git a/sys/arch/i386/stand/pxeboot/conf.c b/sys/arch/i386/stand/pxeboot/conf.c index d230d375cee..8cde52e73d0 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.27 2013/12/28 02:53:04 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.28 2014/01/02 23:27:37 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -46,7 +46,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "3.21"; +const char version[] = "3.22"; int debug = 1; #undef _TEST