bump to R37; the ;& and ;;& are postponed indefinitively for now,

as I don't get to it and it's nontrivial
This commit is contained in:
tg 2009-03-22 18:50:43 +00:00
parent 62b28858d4
commit 99a8c2a814
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $MirOS: src/bin/mksh/check.t,v 1.264 2009/03/22 18:28:33 tg Exp $
# $MirOS: src/bin/mksh/check.t,v 1.265 2009/03/22 18:50:42 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 $
@ -7,7 +7,7 @@
# http://www.research.att.com/~gsf/public/ifs.sh
expected-stdout:
@(#)MIRBSD KSH R36 2009/03/22
@(#)MIRBSD KSH R37 2009/03/22
description:
Check version of shell.
stdin:

4
sh.h
View File

@ -102,9 +102,9 @@
#define __SCCSID(x) __IDSTRING(sccsid,x)
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.283 2009/03/22 18:28:35 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.284 2009/03/22 18:50:43 tg Exp $");
#endif
#define MKSH_VERSION "R36 2009/03/22"
#define MKSH_VERSION "R37 2009/03/22"
#ifndef MKSH_INCLUDES_ONLY