move version definition into extra file

This commit is contained in:
tg
2006-08-01 12:22:26 +00:00
parent 3a9ac3916a
commit 711496f6fb
3 changed files with 7 additions and 4 deletions

4
main.c
View File

@@ -6,9 +6,7 @@
#define EXTERN /* define EXTERNs in sh.h */
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.42 2006/07/23 14:35:44 tg Exp $");
#define MKSH_VERSION "@(#)MIRBSD KSH R27 2006/07/23"
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.43 2006/08/01 12:22:26 tg Exp $");
extern char **environ;