xref: /netbsd-src/bin/ksh/version.c (revision 76c7fc5f6b13ed0b1508e6b313e88e59977ed78e)
1 /*	$NetBSD: version.c,v 1.5 2005/06/26 19:09:00 christos Exp $	*/
2 
3 /*
4  * value of $KSH_VERSION (or $SH_VERSION)
5  */
6 #include <sys/cdefs.h>
7 
8 #ifndef lint
9 __RCSID("$NetBSD: version.c,v 1.5 2005/06/26 19:09:00 christos Exp $");
10 #endif
11 
12 
13 #include "sh.h"
14 
15 char ksh_version [] =
16 	"@(#)PD KSH v5.2.14 99/07/13.2";
17