xref: /openbsd/bin/ksh/version.c (revision 18bbba6b)
1 /*	$OpenBSD: version.c,v 1.9 1999/01/10 17:55:03 millert Exp $	*/
2 
3 /*
4  * value of $KSH_VERSION (or $SH_VERSION)
5  */
6 
7 #include "sh.h"
8 
9 const char ksh_version [] =
10 	"@(#)PD KSH v5.2.13.6 99/01/10";
11