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