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

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