From 7a1acedd4a482ffb145c3e6143c41f29d83d5f36 Mon Sep 17 00:00:00 2001 From: tg Date: Sun, 28 Jun 2015 16:23:24 +0000 Subject: [PATCH] bump; nothing to merge from oksh, and nothing more from me today --- check.t | 6 +++--- sh.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/check.t b/check.t index 48a92d9..dbae911 100644 --- a/check.t +++ b/check.t @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/check.t,v 1.694 2015/05/23 17:43:18 tg Exp $ +# $MirOS: src/bin/mksh/check.t,v 1.695 2015/06/28 16:23:22 tg Exp $ # -*- mode: sh -*- #- # Copyright © 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, @@ -30,7 +30,7 @@ # (2013/12/02 20:39:44) http://openbsd.cs.toronto.edu/cgi-bin/cvsweb/src/regress/bin/ksh/?sortby=date expected-stdout: - @(#)MIRBSD KSH R51 2015/05/23 + @(#)MIRBSD KSH R51 2015/06/28 description: Check version of shell. stdin: @@ -39,7 +39,7 @@ name: KSH_VERSION category: shell:legacy-no --- expected-stdout: - @(#)LEGACY KSH R51 2015/05/23 + @(#)LEGACY KSH R51 2015/06/28 description: Check version of legacy shell. stdin: diff --git a/sh.h b/sh.h index d5de277..131dea6 100644 --- a/sh.h +++ b/sh.h @@ -169,9 +169,9 @@ #endif #ifdef EXTERN -__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.730 2015/05/23 17:43:22 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.731 2015/06/28 16:23:24 tg Exp $"); #endif -#define MKSH_VERSION "R51 2015/05/23" +#define MKSH_VERSION "R51 2015/06/28" /* arithmetic types: C implementation */ #if !HAVE_CAN_INTTYPES