null commit for version bump to mirbsdksh 1.6

This commit is contained in:
tg 2004-04-27 20:00:23 +00:00
parent ce9d26a8fb
commit 1c11edfc64
2 changed files with 3 additions and 3 deletions

View File

@ -5,5 +5,5 @@ category: pdksh
stdin:
echo $KSH_VERSION
expected-stdout:
@(#)PD KSH v5.2.14 99/07/13.2 MirOS $Revision: 1.5 $
@(#)PD KSH v5.2.14 99/07/13.2 MirOS $Revision: 1.6 $
---

View File

@ -1,4 +1,4 @@
/* $MirBSD: version.c,v 1.5 2004/04/24 21:45:36 tg Exp $ */
/* $MirBSD: version.c,v 1.6 2004/04/27 20:00:22 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.5 $";
"@(#)PD KSH v5.2.14 99/07/13.2 MirOS $Revision: 1.6 $";