80609f6010
included commits to RCS files with non-trunk default branches.
11 lines
197 B
C
11 lines
197 B
C
/* $OpenBSD: version.c,v 1.12 1999/07/14 13:37:24 millert Exp $ */
|
|
|
|
/*
|
|
* value of $KSH_VERSION (or $SH_VERSION)
|
|
*/
|
|
|
|
#include "sh.h"
|
|
|
|
const char ksh_version [] =
|
|
"@(#)PD KSH v5.2.14 99/07/13.2";
|