1 1.3 hubertf /* $NetBSD: version.c,v 1.3 1999/10/20 15:10:00 hubertf Exp $ */ 2 1.2 tls 3 1.1 jtc /* 4 1.1 jtc * value of $KSH_VERSION (or $SH_VERSION) 5 1.1 jtc */ 6 1.1 jtc 7 1.1 jtc #include "sh.h" 8 1.1 jtc 9 1.1 jtc const char ksh_version [] = 10 1.3 hubertf "@(#)PD KSH v5.2.14 99/07/13.2"; 11