home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 6 / FreshFish_September1994.bin / bbs / gnu / pdksh-4.9-src.lha / GNU / src / amiga / pdksh-4.9 / sh / version.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-04  |  271 b   |  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.