From f18b1fae8524bc5e89afac09e83dfb506f44f269 Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 3 Aug 2012 18:45:32 +0000 Subject: [PATCH] bump --- check.t | 6 +++--- sh.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/check.t b/check.t index aa1d9c2..ba27498 100644 --- a/check.t +++ b/check.t @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/check.t,v 1.553 2012/07/30 21:37:08 tg Exp $ +# $MirOS: src/bin/mksh/check.t,v 1.554 2012/08/03 18:45:29 tg Exp $ # $OpenBSD: bksl-nl.t,v 1.2 2001/01/28 23:04:56 niklas Exp $ # $OpenBSD: history.t,v 1.5 2001/01/28 23:04:56 niklas Exp $ # $OpenBSD: read.t,v 1.3 2003/03/10 03:48:16 david Exp $ @@ -29,7 +29,7 @@ # http://www.freebsd.org/cgi/cvsweb.cgi/src/tools/regression/bin/test/regress.sh?rev=HEAD expected-stdout: - @(#)MIRBSD KSH R40 2012/07/30 + @(#)MIRBSD KSH R40 2012/08/03 description: Check version of shell. stdin: @@ -38,7 +38,7 @@ name: KSH_VERSION category: shell:legacy-no --- expected-stdout: - @(#)LEGACY KSH R40 2012/07/30 + @(#)LEGACY KSH R40 2012/08/03 description: Check version of legacy shell. stdin: diff --git a/sh.h b/sh.h index 52f32cb..26d1d6e 100644 --- a/sh.h +++ b/sh.h @@ -157,9 +157,9 @@ #endif #ifdef EXTERN -__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.576 2012/07/30 21:37:15 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.577 2012/08/03 18:45:32 tg Exp $"); #endif -#define MKSH_VERSION "R40 2012/07/30" +#define MKSH_VERSION "R40 2012/08/03" /* arithmetic types: C implementation */ #if !HAVE_CAN_INTTYPES