mksh/version.c

12 lines
282 B
C
Raw Normal View History

2004-10-28 13:46:54 +02:00
/** $MirBSD: version.c,v 1.14 2004/10/28 11:46:54 tg Exp $ */
2004-08-27 16:29:55 +02:00
/* $OpenBSD: version.c,v 1.12 1999/07/14 13:37:24 millert Exp $ */
/*
* value of $KSH_VERSION (or $SH_VERSION)
*/
#include "sh.h"
const char ksh_version[] =
2004-10-28 13:46:54 +02:00
"@(#)PD KSH v5.2.14 99/07/13.2 MirOS $Revision: 1.14 $";