* this is almost mksh R27, bump

* add the O'Reilly books as references
This commit is contained in:
tg
2006-05-10 19:30:33 +00:00
parent 7672b9b346
commit 8297ca20c8
3 changed files with 33 additions and 6 deletions

4
main.c
View File

@@ -6,9 +6,9 @@
#define EXTERN /* define EXTERNs in sh.h */
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.36 2006/05/10 18:54:11 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.37 2006/05/10 19:30:33 tg Exp $");
#define MKSH_VERSION "@(#)MIRBSD KSH R26 2006/05/08"
#define MKSH_VERSION "@(#)MIRBSD KSH R27 2006/05/10"
extern char **environ;