add regression tests, sync manpage, bump version number

This commit is contained in:
tg
2008-09-30 18:43:07 +00:00
parent 563d4b5b19
commit b24dc6e725
3 changed files with 41 additions and 8 deletions

4
sh.h
View File

@ -100,9 +100,9 @@
#define __SCCSID(x) __IDSTRING(sccsid,x)
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.234 2008/09/30 17:49:26 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.235 2008/09/30 18:43:07 tg Exp $");
#endif
#define MKSH_VERSION "R35 2008/09/20"
#define MKSH_VERSION "R35 2008/09/30"
#ifndef MKSH_INCLUDES_ONLY