summaryrefslogtreecommitdiff
path: root/bin/pdksh/version.c
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-08-14 06:19:13 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-08-14 06:19:13 +0000
commit3039b959c7de1e35fe4ec27ae02f1c8fe8d4d4ac (patch)
tree09c6b5a4f13282e07afe153445fcfaa0d10651f4 /bin/pdksh/version.c
parent596c2317eee31ab9606c6b88085644407d4d2f0f (diff)
Import pdksh 5.2.7.
Diffstat (limited to 'bin/pdksh/version.c')
-rw-r--r--bin/pdksh/version.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/pdksh/version.c b/bin/pdksh/version.c
new file mode 100644
index 00000000000..5c71a81d14b
--- /dev/null
+++ b/bin/pdksh/version.c
@@ -0,0 +1,10 @@
+/* $OpenBSD: version.c,v 1.1 1996/08/14 06:19:12 downsj Exp $ */
+
+/*
+ * value of $KSH_VERSION (or $SH_VERSION)
+ */
+
+#include "sh.h"
+
+const char ksh_version [] =
+ "@(#)PD KSH v5.2.7 96/06/04";