home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / pdksh-4.9-src.tgz / tar.out / contrib / pdksh / sh / version.c < prev    next >
C/C++ Source or Header  |  1996-09-28  |  271b  |  18 lines

  1. /*
  2.  * value of $KSH_VERSION
  3.  */
  4.  
  5. #ifndef lint
  6. static char *RCSid = "$Id: version.c,v 1.9 93/09/29 13:17:51 sjg Exp $";
  7. #endif
  8.  
  9. #include "stdh.h"
  10. #include <setjmp.h>
  11. #include "sh.h"
  12. #include "patchlevel.h"
  13.  
  14. char ksh_version [] =
  15.     "KSH_VERSION=@(#)PD KSH v4.9 93/09/29";
  16.  
  17.  
  18.