xref: /openbsd-src/bin/ksh/version.c (revision 2dee70884eb8130aeb605c0ea908656221da43f5)
1*2dee7088Smillert /*	$OpenBSD: version.c,v 1.12 1999/07/14 13:37:24 millert Exp $	*/
27cb960a2Sdownsj 
37cb960a2Sdownsj /*
47cb960a2Sdownsj  * value of $KSH_VERSION (or $SH_VERSION)
57cb960a2Sdownsj  */
67cb960a2Sdownsj 
77cb960a2Sdownsj #include "sh.h"
87cb960a2Sdownsj 
97cb960a2Sdownsj const char ksh_version [] =
10*2dee7088Smillert 	"@(#)PD KSH v5.2.14 99/07/13.2";
11