Home | History | Annotate | Line # | Download | only in ksh
      1  1.5  christos /*	$NetBSD: version.c,v 1.5 2005/06/26 19:09:00 christos 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.4       agc #include <sys/cdefs.h>
      7  1.4       agc 
      8  1.4       agc #ifndef lint
      9  1.5  christos __RCSID("$NetBSD: version.c,v 1.5 2005/06/26 19:09:00 christos Exp $");
     10  1.4       agc #endif
     11  1.4       agc 
     12  1.1       jtc 
     13  1.1       jtc #include "sh.h"
     14  1.1       jtc 
     15  1.5  christos char ksh_version [] =
     16  1.3   hubertf 	"@(#)PD KSH v5.2.14 99/07/13.2";
     17