diff --git a/tests/version.t b/tests/version.t index 72ac680..3167700 100644 --- a/tests/version.t +++ b/tests/version.t @@ -5,5 +5,5 @@ category: pdksh stdin: echo $KSH_VERSION expected-stdout: - @(#)PD KSH v5.2.14 99/07/13.2 MirOS $Revision: 1.12 $ + @(#)PD KSH v5.2.14 99/07/13.2 MirOS $Revision: 1.14 $ --- diff --git a/version.c b/version.c index 27e7e85..3b926e4 100644 --- a/version.c +++ b/version.c @@ -1,4 +1,4 @@ -/** $MirBSD: version.c,v 1.12 2004/08/27 14:29:54 tg Stab $ */ +/** $MirBSD: version.c,v 1.14 2004/10/28 11:46:54 tg Exp $ */ /* $OpenBSD: version.c,v 1.12 1999/07/14 13:37:24 millert Exp $ */ /* @@ -8,4 +8,4 @@ #include "sh.h" const char ksh_version[] = - "@(#)PD KSH v5.2.14 99/07/13.2 MirOS $Revision: 1.12 $"; + "@(#)PD KSH v5.2.14 99/07/13.2 MirOS $Revision: 1.14 $";