From bee53eb667048a38025f2d463046931200d3f0f6 Mon Sep 17 00:00:00 2001 From: tg Date: Tue, 8 Aug 2017 21:11:20 +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 e5a8a8c..21938e9 100644 --- a/check.t +++ b/check.t @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/check.t,v 1.795 2017/08/07 21:16:29 tg Exp $ +# $MirOS: src/bin/mksh/check.t,v 1.796 2017/08/08 21:11:18 tg Exp $ # -*- mode: sh -*- #- # Copyright © 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, @@ -30,7 +30,7 @@ # (2013/12/02 20:39:44) http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress/bin/ksh/?sortby=date expected-stdout: - @(#)MIRBSD KSH R56 2017/08/07 + @(#)MIRBSD KSH R56 2017/08/08 description: Check base version of full shell stdin: @@ -39,7 +39,7 @@ name: KSH_VERSION category: !shell:legacy-yes --- expected-stdout: - @(#)LEGACY KSH R56 2017/08/07 + @(#)LEGACY KSH R56 2017/08/08 description: Check base version of legacy shell stdin: diff --git a/sh.h b/sh.h index e34642d..1f1adb4 100644 --- a/sh.h +++ b/sh.h @@ -175,9 +175,9 @@ #endif #ifdef EXTERN -__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.839 2017/08/07 21:56:54 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.840 2017/08/08 21:11:20 tg Exp $"); #endif -#define MKSH_VERSION "R56 2017/08/07" +#define MKSH_VERSION "R56 2017/08/08" /* arithmetic types: C implementation */ #if !HAVE_CAN_INTTYPES