home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / sysutils / kornshel / version.c < prev    next >
C/C++ Source or Header  |  1992-08-25  |  1KB  |  60 lines

  1. /*
  2.  * value of $KSH_VERSION
  3.  */
  4.  
  5. #ifndef lint
  6. static char *RCSid = "$Id: version.c,v 1.6 1992/08/12 14:15:53 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.7 92/08/12";
  16.  
  17. /***
  18. $Log: version.c,v $
  19.  * Revision 1.6  1992/08/12  14:15:53  sjg
  20.  * Patch07: fix some build problems,
  21.  * and avoid core dump from arg processing bug.
  22.  *
  23.  * Revision 1.5  1992/08/10  12:03:29  sjg
  24.  * Update for patch06.
  25.  * Contributions from Peter Collinson, Neil Smithline and sjg
  26.  *
  27.  * Revision 1.4  1992/05/12  09:30:37  sjg
  28.  * see ChangeLog
  29.  *
  30.  * Revision 1.3  1992/05/03  08:29:20  sjg
  31.  * Update for Patch05
  32.  *
  33.  * Revision 1.2  1992/04/25  08:33:28  sjg
  34.  * Added RCS key.
  35.  *
  36.  * Revision 1.1  1992/04/18  05:51:48  sjg
  37.  * Initial revision
  38.  *
  39. Version  4.0  91/11/09  sjg
  40. distribution
  41. Revision 3.3  89/03/27  15:52:29  egisin
  42. distribution
  43.  
  44. Revision 3.2  88/12/14  20:10:41  egisin
  45. many fixes
  46.  
  47. Revision 3.1  88/11/03  09:18:36  egisin
  48. alpha distribution
  49.  
  50. Revision 1.3  88/10/20  17:34:03  egisin
  51. added @(#) to ksh_version
  52.  
  53. Revision 1.2  88/09/27  19:01:58  egisin
  54. fix version.c
  55.  
  56. Revision 1.1  88/09/27  18:59:06  egisin
  57. Initial revision
  58. ***/
  59.  
  60.