* bump version

* disable DEBUGPROGS
This commit is contained in:
tg
2005-10-08 18:53:10 +00:00
parent 4bd3041986
commit 1b081938fb
3 changed files with 8 additions and 6 deletions

6
main.c
View File

@ -1,4 +1,4 @@
/** $MirOS: src/bin/mksh/main.c,v 1.26 2005/09/11 00:32:30 tg Exp $ */
/** $MirOS: src/bin/mksh/main.c,v 1.27 2005/10/08 18:53:10 tg Exp $ */
/* $OpenBSD: main.c,v 1.38 2005/03/30 17:16:37 deraadt Exp $ */
/* $OpenBSD: tty.c,v 1.8 2005/03/30 17:16:37 deraadt Exp $ */
/* $OpenBSD: io.c,v 1.21 2005/03/30 17:16:37 deraadt Exp $ */
@ -13,9 +13,9 @@
#include <time.h>
#endif
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.26 2005/09/11 00:32:30 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.27 2005/10/08 18:53:10 tg Exp $");
#define MKSH_VERSION "@(#)MIRBSD KSH R24 2005/08/21"
#define MKSH_VERSION "@(#)MIRBSD KSH R24 2005/10/08"
extern char **environ;