diff --git a/tests/version.t b/tests/version.t index 23bfeeb..83fc208 100644 --- a/tests/version.t +++ b/tests/version.t @@ -5,5 +5,5 @@ category: pdksh stdin: echo $KSH_VERSION expected-stdout-pattern: - /PD KSH v5\.2\.14 MirOS \$Revision\: 1.17 \$ in (native )?KSH mode( as mksh)?/ + /PD KSH v5\.2\.14 MirOS R18 in (native )?KSH mode( as mksh)?/ --- diff --git a/version.c b/version.c index fb782d8..c58e39d 100644 --- a/version.c +++ b/version.c @@ -1,4 +1,4 @@ -/** $MirBSD: version.c,v 1.17 2004/12/05 16:10:58 tg Exp $ */ +/** $MirBSD: version.c,v 1.18 2004/12/09 20:08:48 tg Exp $ */ /* $OpenBSD: version.c,v 1.12 1999/07/14 13:37:24 millert Exp $ */ /*- @@ -26,7 +26,7 @@ #include "sh.h" const char ksh_version[] = - "@(#)PD KSH v5.2.14 MirOS $Revision: 1.17 $ in " + "@(#)PD KSH v5.2.14 MirOS R18 in " #ifdef MIRBSD_NATIVE "native " #endif