diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-13 21:32:24 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-13 21:32:24 +0000 |
commit | ec3c5af51bfcb51f976b184af54d6b0c12b077f3 (patch) | |
tree | 62bbeddd3e75559a71fa45465439dc59493d27b1 /bin/pdksh/version.c | |
parent | 647a0f92a2544a00265b0a8eaff14f417a2dbe0f (diff) |
Update to version 5.2.11.
Diffstat (limited to 'bin/pdksh/version.c')
-rw-r--r-- | bin/pdksh/version.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pdksh/version.c b/bin/pdksh/version.c index d22e8f1ec29..c676ba774c6 100644 --- a/bin/pdksh/version.c +++ b/bin/pdksh/version.c @@ -1,4 +1,4 @@ -/* $OpenBSD: version.c,v 1.3 1996/10/01 02:05:54 downsj Exp $ */ +/* $OpenBSD: version.c,v 1.4 1996/10/13 21:32:21 downsj Exp $ */ /* * value of $KSH_VERSION (or $SH_VERSION) @@ -7,4 +7,4 @@ #include "sh.h" const char ksh_version [] = - "@(#)PD KSH v5.2.9 96/09/30"; + "@(#)PD KSH v5.2.11 96/10/08"; |