mksh/version.c

12 lines
280 B
C
Raw Normal View History

/* $MirBSD: version.c,v 1.2 2004/03/21 01:51:26 tg Exp $ */
/* $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 [] =
"@(#)PD KSH v5.2.14 99/07/13.2 MirOS $Revision: 1.2 $";