home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / k / ksh48.zip / sh / version.c < prev    next >
C/C++ Source or Header  |  1993-01-12  |  290b  |  18 lines

  1. /*
  2.  * value of $KSH_VERSION
  3.  */
  4.  
  5. #ifndef lint
  6. static char *RCSid = "$Id: version.c,v 1.7 1992/12/05 13:15:55 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.8 92/12/05";
  16.  
  17.  
  18.